Skip to content

Commit 6015440

Browse files
committed
Hard code macos-13 for the mac x86_64 runner
1 parent a4f384b commit 6015440

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
@@ -127,7 +127,7 @@ jobs:
127127
os:
128128
- ubuntu-latest
129129
- windows-latest
130-
- macos-latest # x86_64
130+
- macos-13 # x86_64
131131
- macos-14 # aarch64
132132
runs-on: ${{ matrix.os }}
133133
steps:

0 commit comments

Comments
 (0)