Skip to content

Commit

Permalink
[Build] Ensure GH-workflow for MacOS runs on x86_64 image
Browse files Browse the repository at this point in the history
GitHub Actions changed their 'latest' images for MacOS to use the
'aarch64' instead of the 'x86_64' architecture:
https://github.com/actions/runner-images/blob/7bb1d84f7071bfa9c350d7552d9631d9a69bfdb0/README.md

But for macosx.aarch64 no JDK-8 is available.
  • Loading branch information
HannesWell committed May 2, 2024
1 parent c0b03f6 commit 6ba55ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config:
- { name: Linux, runner-os: ubuntu-latest, ws: gtk, os: linux, native-extension: so }
- { name: Windows, runner-os: windows-2019, ws: win32, os: win32, native-extension: dll }
- { name: MacOS, runner-os: macos-latest, ws: cocoa, os: macosx, native-extension: so }
- { name: MacOS, runner-os: macos-latest-large, ws: cocoa, os: macosx, native-extension: so }
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6ba55ab

Please sign in to comment.