0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

chore: upgrade lint runners (#2274)

This commit is contained in:
Gao Sun 2022-10-29 00:06:23 +08:00 committed by GitHub
parent 35b850cb52
commit 0f068d372c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
main-lint:
# avoid out of memory issue since macOS has bigger memory
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
runs-on: macos-latest
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v3