Skip to content

Commit

Permalink
Run macOS tests on latest version that is x86-64
Browse files Browse the repository at this point in the history
GitHub has bumped the runner `macos-latest` to mean `macos-14`. This
runner is only available as ARM64.
  • Loading branch information
jacob-carlborg committed May 4, 2024
1 parent 0751e3c commit d8935a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
docker: true

- os:
host: macOS-latest
host: macos-13
target_triple: x86_64-apple-macos10.9

- os:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
release_platform: linux-x86_64

- os:
host: macOS-latest
host: macos-13
target_triple: x86_64-apple-macos10.9
release_platform: macos-x86_64

Expand Down

0 comments on commit d8935a0

Please sign in to comment.