We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4306566 commit 5a65a4bCopy full SHA for 5a65a4b
.github/workflows/build.yml
@@ -7,7 +7,8 @@ jobs:
7
name: Default
8
strategy:
9
matrix:
10
- platform: [ ubuntu-latest, macos-latest, windows-latest ]
+ # TODO: Fix libc build issues on macos-latest, which is now macos-12.
11
+ platform: [ ubuntu-latest, macos-11, windows-latest ]
12
toolchain: [ stable, 1.28.0, nightly ]
13
runs-on: ${{ matrix.platform }}
14
steps:
@@ -21,7 +22,7 @@ jobs:
21
22
name: no_std
23
24
- platform: [ ubuntu-latest, macos-latest ]
25
+ platform: [ ubuntu-latest, macos-11 ]
26
toolchain: [ stable, 1.30.0, nightly ]
27
28
0 commit comments