We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce34e1 commit b23ed65Copy full SHA for b23ed65
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
matrix:
21
- os: [ ubuntu-latest, macos-13, windows-latest ]
+ os: [ ubuntu-latest, macos-15-intel, windows-latest ]
22
steps:
23
- uses: actions/checkout@v3
24
- uses: dtolnay/rust-toolchain@stable
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
- os: [ ubuntu-latest, macos-13 ]
+ os: [ ubuntu-latest, macos-15-intel ]
43
44
- uses: actions/checkout@v2
45
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments