Skip to content

Commit bb7fb4a

Browse files
authored
Use macos-11 runners (#87)
1 parent 33e3a4d commit bb7fb4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [macos-latest, ubuntu-latest]
10+
os: [macos-11, ubuntu-latest]
1111
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin]
1212
exclude:
1313
# Don't build linux targets on macos
14-
- os: macos-latest
14+
- os: macos-11
1515
target: x86_64-unknown-linux-gnu
1616
# Don't build darwin targets on ubuntu
1717
- os: ubuntu-latest

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [macos-latest, ubuntu-latest]
10+
os: [macos-11, ubuntu-latest]
1111
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin]
1212
toolchain: [stable, nightly]
1313
exclude:
1414
# Don't test linux targets on macos
15-
- os: macos-latest
15+
- os: macos-11
1616
target: x86_64-unknown-linux-gnu
1717
# Don't test darwin targets on ubuntu
1818
- os: ubuntu-latest

0 commit comments

Comments
 (0)