We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed90a45 commit ba75bc6Copy full SHA for ba75bc6
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ on: [push, pull_request]
17
18
jobs:
19
setup:
20
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
21
22
steps:
23
- name: Checkout code
@@ -63,7 +63,7 @@ jobs:
63
make -C third_party > /dev/null
64
65
build:
66
67
needs: setup
68
strategy:
69
matrix:
@@ -112,7 +112,7 @@ jobs:
112
path: build${{ matrix.xlen }}
113
114
tests:
115
116
needs: build
117
118
fail-fast: false
@@ -167,7 +167,7 @@ jobs:
167
fi
168
169
complete:
170
171
needs: tests
172
173
0 commit comments