File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2727jobs :
2828 check :
2929 name : Type checking (${{ matrix.target.name }})
30- runs-on : ubuntu-latest
30+ runs-on : ${{ matrix.target.host }}
3131 if : ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) || github.event_name == 'push' }}
3232 strategy :
3333 matrix :
@@ -36,14 +36,19 @@ jobs:
3636 # triple: x86_64-pc-windows-gnu
3737 - name : Linux
3838 triple : x86_64-unknown-linux-gnu
39+ host : ubuntu-latest
3940 - name : Android
4041 triple : aarch64-linux-android
42+ host : ubuntu-latest
4143 - name : macOS
4244 triple : x86_64-apple-darwin
45+ host : macos-latest
4346 - name : iOS
4447 triple : aarch64-apple-ios
48+ host : macos-latest
4549 - name : FreeBSD
4650 triple : x86_64-unknown-freebsd
51+ host : ubuntu-latest
4752
4853 steps :
4954 - name : Checkout sources
You can’t perform that action at this time.
0 commit comments