Skip to content

Commit de03795

Browse files
authored
Use free CI runner for lint (#11)
1 parent 4c633ae commit de03795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
lint:
114114
name: Lint
115-
runs-on: ubuntu-20.04-16core
115+
runs-on: ubuntu-20.04
116116
steps:
117117
# Note that we are explicitly NOT checking out submodules, to validate
118118
# that we haven't accidentally enabled spirv-tools native compilation

0 commit comments

Comments
 (0)