Skip to content

Commit 8b78f7c

Browse files
michael.yakmichaelyaakoby
authored andcommitted
Upgrade github workflow to use latest ubuntu
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002
1 parent 683783a commit 8b78f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python_package_build.yml

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

99
jobs:
1010
run_image:
11-
runs-on: [ubuntu-18.04]
11+
runs-on: [ubuntu-latest]
1212
container:
1313
image: matanrubin/python-poetry:3.9
1414

.github/workflows/python_package_publish.yml

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

99
jobs:
1010
run_image:
11-
runs-on: [ubuntu-18.04]
11+
runs-on: [ubuntu-latest
1212
container:
1313
image: matanrubin/python-poetry:3.9
1414

0 commit comments

Comments
 (0)