Skip to content

Commit ba75bc6

Browse files
authored
Update ci.yml
1 parent ed90a45 commit ba75bc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on: [push, pull_request]
1717

1818
jobs:
1919
setup:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-20.04
2121

2222
steps:
2323
- name: Checkout code
@@ -63,7 +63,7 @@ jobs:
6363
make -C third_party > /dev/null
6464
6565
build:
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-20.04
6767
needs: setup
6868
strategy:
6969
matrix:
@@ -112,7 +112,7 @@ jobs:
112112
path: build${{ matrix.xlen }}
113113

114114
tests:
115-
runs-on: ubuntu-22.04
115+
runs-on: ubuntu-20.04
116116
needs: build
117117
strategy:
118118
fail-fast: false
@@ -167,7 +167,7 @@ jobs:
167167
fi
168168
169169
complete:
170-
runs-on: ubuntu-22.04
170+
runs-on: ubuntu-20.04
171171
needs: tests
172172

173173
steps:

0 commit comments

Comments
 (0)