Skip to content

Commit 81e516f

Browse files
committed
changed the runs-on ubuntu version
1 parent 917fca0 commit 81e516f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/apt-reset.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
show-apt-sources:
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Show image version
10+
run: cat /etc/microsoft-prod-release || echo "File not found"
911
- name: Show apt sources
1012
run: |
1113
echo "=== /etc/apt/sources.list ==="

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-gpu-image:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Set up Docker Buildx
1212
uses: docker/setup-buildx-action@v3

.github/workflows/pytest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
pytest-unit:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
python-version: ["3.9"]
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5959
pytest-integrative-1:
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
strategy:
6262
matrix:
6363
python-version: ["3.9"]
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
105105
pytest-integrative-2:
106-
runs-on: ubuntu-latest
106+
runs-on: ubuntu-22.04
107107
strategy:
108108
matrix:
109109
python-version: ["3.9"]
@@ -149,7 +149,7 @@ jobs:
149149
env:
150150
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
151151
pytest-integrative-3:
152-
runs-on: ubuntu-latest
152+
runs-on: ubuntu-22.04
153153
strategy:
154154
matrix:
155155
python-version: ["3.9"]
@@ -195,7 +195,7 @@ jobs:
195195
env:
196196
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
197197
pytest-integrative-4:
198-
runs-on: ubuntu-latest
198+
runs-on: ubuntu-22.04
199199
strategy:
200200
matrix:
201201
python-version: ["3.9"]

0 commit comments

Comments
 (0)