We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70d8d5 commit f0dc98dCopy full SHA for f0dc98d
.github/workflows/rust.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-13]
17
runs-on: ${{ matrix.os }}
18
19
steps:
0 commit comments