Skip to content

Commit 5a65a4b

Browse files
authored
Pin macos CI to macos-11 (#50)
1 parent 4306566 commit 5a65a4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
name: Default
88
strategy:
99
matrix:
10-
platform: [ ubuntu-latest, macos-latest, windows-latest ]
10+
# TODO: Fix libc build issues on macos-latest, which is now macos-12.
11+
platform: [ ubuntu-latest, macos-11, windows-latest ]
1112
toolchain: [ stable, 1.28.0, nightly ]
1213
runs-on: ${{ matrix.platform }}
1314
steps:
@@ -21,7 +22,7 @@ jobs:
2122
name: no_std
2223
strategy:
2324
matrix:
24-
platform: [ ubuntu-latest, macos-latest ]
25+
platform: [ ubuntu-latest, macos-11 ]
2526
toolchain: [ stable, 1.30.0, nightly ]
2627
runs-on: ${{ matrix.platform }}
2728
steps:

0 commit comments

Comments
 (0)