Skip to content

Commit ac42495

Browse files
authored
update ci image version (#360)
Signed-off-by: Fabrice Meyer <meyer.fabrice@gmx.fr>
1 parent 6f64335 commit ac42495

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
build_and_publish:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
environment: release
1414
steps:
1515
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
build_and_publish:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
environment: release
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)