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.
2 parents 2b160e8 + 27e5cc8 commit 859da65Copy full SHA for 859da65
src/tools/miri/.github/workflows/ci.yml
@@ -24,16 +24,12 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- build: [linux64, macos, win32]
28
include:
29
- - build: linux64
30
- os: ubuntu-latest
+ - os: ubuntu-latest
31
host_target: x86_64-unknown-linux-gnu
32
- - build: macos
33
- os: macos-latest
+ - os: macos-latest
34
host_target: x86_64-apple-darwin
35
- - build: win32
36
- os: windows-latest
+ - os: windows-latest
37
host_target: i686-pc-windows-msvc
38
steps:
39
- uses: actions/checkout@v3
0 commit comments