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 27
27
jobs :
28
28
check :
29
29
name : Type checking (${{ matrix.target.name }})
30
- runs-on : ubuntu-latest
30
+ runs-on : ${{ matrix.target.host }}
31
31
if : ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) || github.event_name == 'push' }}
32
32
strategy :
33
33
matrix :
@@ -36,14 +36,19 @@ jobs:
36
36
# triple: x86_64-pc-windows-gnu
37
37
- name : Linux
38
38
triple : x86_64-unknown-linux-gnu
39
+ host : ubuntu-latest
39
40
- name : Android
40
41
triple : aarch64-linux-android
42
+ host : ubuntu-latest
41
43
- name : macOS
42
44
triple : x86_64-apple-darwin
45
+ host : macos-latest
43
46
- name : iOS
44
47
triple : aarch64-apple-ios
48
+ host : macos-latest
45
49
- name : FreeBSD
46
50
triple : x86_64-unknown-freebsd
51
+ host : ubuntu-latest
47
52
48
53
steps :
49
54
- name : Checkout sources
You can’t perform that action at this time.
0 commit comments