Skip to content

Commit

Permalink
💚 ⬆️ Upgrade the pinned version of the runner to 14-large
Browse files Browse the repository at this point in the history
This should still have the correct environment variable because `14-large` runs x64
https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md

`macos-14` now runs amd, and we have to figure out how to run it.
Maybe we can run both as part of a schedule instead of on every pull request
  • Loading branch information
shankari committed May 5, 2024
1 parent f504f68 commit 09fcab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macos-13
runs-on: macos-14-large

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 09fcab4

Please sign in to comment.