File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ${{ matrix.os }}
8
8
strategy :
9
9
matrix :
10
- os : [macos-latest , ubuntu-latest]
10
+ os : [macos-11 , ubuntu-latest]
11
11
target : [x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin]
12
12
exclude :
13
13
# Don't build linux targets on macos
14
- - os : macos-latest
14
+ - os : macos-11
15
15
target : x86_64-unknown-linux-gnu
16
16
# Don't build darwin targets on ubuntu
17
17
- os : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
runs-on : ${{ matrix.os }}
8
8
strategy :
9
9
matrix :
10
- os : [macos-latest , ubuntu-latest]
10
+ os : [macos-11 , ubuntu-latest]
11
11
target : [x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin]
12
12
toolchain : [stable, nightly]
13
13
exclude :
14
14
# Don't test linux targets on macos
15
- - os : macos-latest
15
+ - os : macos-11
16
16
target : x86_64-unknown-linux-gnu
17
17
# Don't test darwin targets on ubuntu
18
18
- os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments