Skip to content

Commit

Permalink
added back macos-14 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
panchaBhuta committed Sep 16, 2024
1 parent 65bf04c commit b2cadec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# https://github.com/actions/runner-images#available-images
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources (os-labels : macos-12)
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#preinstalled-software
os: [ macos-13, macos-12 ] #, macos-14 ] # macos-latest == macos-14
os: [ macos-14, macos-13, macos-12 ] # macos-latest == macos-14
# NOTE : macos-14 executes arm64 (instead of x64_64), which causes FLOATING POINT TESTS to FAIL
# https://github.com/panchaBhuta/converter/actions/runs/10863394822/
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#language-and-runtime
Expand Down

0 comments on commit b2cadec

Please sign in to comment.