0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

ci: use macOS for annotations (#1655)

* ci: use macOS for annotations

* ci: remove concurrency

* ci: use macOS for lint
This commit is contained in:
Gao Sun 2022-07-22 14:18:05 +08:00 committed by GitHub
parent beb24b7b44
commit b1e1407b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,9 @@ jobs:
run: pnpm ci:build
main-lint:
runs-on: ubuntu-latest
# 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
steps:
- uses: actions/checkout@v3

View file

@ -12,7 +12,9 @@ concurrency:
jobs:
upload-annotations:
runs-on: ubuntu-latest
# 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
permissions:
checks: write