Skip to content

Commit 2f445b2

Browse files
committed
Ensure that we pick the right macos runner to get a x86 runner
1 parent 2a026c0 commit 2f445b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
rust: ["stable", "beta", "nightly"]
2424
backend: ["postgres", "mysql", "sqlite"]
25-
os: [ubuntu-latest, macos-latest, macos-14, windows-2019]
25+
os: [ubuntu-latest, macos-13, macos-14, windows-2019]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout sources

0 commit comments

Comments
 (0)