Skip to content

Commit

Permalink
Use macos-latest runner for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 22, 2024
1 parent 5c47b20 commit a6976b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

assemble:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./gradlew detektAll

detekt-apple:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: ./gradlew lintRelease

test:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
publish_artifacts:
runs-on: macos-14
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish_snapshot:
runs-on: macos-14
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a6976b1

Please sign in to comment.