Skip to content

Commit d8935a0

Browse files
Run macOS tests on latest version that is x86-64
GitHub has bumped the runner `macos-latest` to mean `macos-14`. This runner is only available as ARM64.
1 parent 0751e3c commit d8935a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker: true
3232

3333
- os:
34-
host: macOS-latest
34+
host: macos-13
3535
target_triple: x86_64-apple-macos10.9
3636

3737
- os:
@@ -133,7 +133,7 @@ jobs:
133133
release_platform: linux-x86_64
134134

135135
- os:
136-
host: macOS-latest
136+
host: macos-13
137137
target_triple: x86_64-apple-macos10.9
138138
release_platform: macos-x86_64
139139

0 commit comments

Comments
 (0)