Skip to content

Commit 35df2de

Browse files
authored
Optimise CI with faster Linux machines (#923)
* Optimise CI with faster machines Build on 16 vCPU machine instead of the default 4 vCPU, using GitHub Action's beta of GitHub-hosted larger runner. * Use Windows runner * Remove windows custom runner
1 parent 5c8e652 commit 35df2de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: ubuntu-20.04
15+
- os: ubuntu-20.04-16core
1616
target: x86_64-unknown-linux-gnu
1717
- os: windows-latest
1818
target: x86_64-pc-windows-msvc
1919
- os: macOS-latest
2020
target: x86_64-apple-darwin
21-
- os: ubuntu-20.04
21+
- os: ubuntu-20.04-16core
2222
target: aarch64-linux-android
2323
runs-on: ${{ matrix.os }}
2424
env:
@@ -118,7 +118,7 @@ jobs:
118118
119119
lint:
120120
name: Lint
121-
runs-on: ubuntu-20.04
121+
runs-on: ubuntu-20.04-16core
122122
steps:
123123
# Note that we are explicitly NOT checking out submodules, to validate
124124
# that we haven't accidentally enabled spirv-tools native compilation

0 commit comments

Comments
 (0)