Skip to content

Commit

Permalink
mac build: macos-latest-large runner image instead of macos-latest (a…
Browse files Browse the repository at this point in the history
…rm64)

try launch build on x86_64-apple-darwin host instead of arm-apple-darwin

- actions/runner-images#9741
- https:/actions/runner-images?tab=readme-ov-file#available-images
  • Loading branch information
DeckerSU committed Aug 9, 2024
1 parent a3bba24 commit 8e2e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

macos-build:
name: MacOS Build
runs-on: macos-latest
runs-on: macos-latest-large

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

0 comments on commit 8e2e1ad

Please sign in to comment.