Skip to content

Commit 8d32771

Browse files
committed
Back to use ubuntu-20.04
Signed-off-by: Toomore Chiang <[email protected]>
1 parent 1b253c6 commit 8d32771

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-20.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

.github/workflows/build_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
docker-dev:
12-
runs-on: ['ubuntu-20.04', 'ubuntu-22.04']
12+
runs-on: ['ubuntu-20.04']
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

.github/workflows/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
docker:
9-
runs-on: ['ubuntu-20.04', 'ubuntu-22.04']
9+
runs-on: ['ubuntu-20.04']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run_test:
9-
runs-on: ['ubuntu-20.04', 'ubuntu-22.04']
9+
runs-on: ['ubuntu-20.04']
1010
strategy:
1111
matrix:
1212
python-version: ['3.10']

0 commit comments

Comments
 (0)