Skip to content

Commit fd56c3a

Browse files
committed
Using macos-13 for now until we adapt to macos-latest
1 parent ffbedea commit fd56c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
macos-stable:
165165
name: "MacOS Stable"
166-
runs-on: macos-latest
166+
runs-on: macos-13
167167
needs: tests
168168
if: github.event_name != 'schedule'
169169
env:
@@ -195,7 +195,7 @@ jobs:
195195

196196
macos-debug:
197197
name: "MacOS Debug"
198-
runs-on: macos-latest
198+
runs-on: macos-13
199199
needs: tests
200200
if: github.event_name != 'schedule'
201201
env:

0 commit comments

Comments
 (0)