Skip to content

Commit b52e5f3

Browse files
authored
ubuntu version - latest
1 parent 8fc220b commit b52e5f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

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

1111
jobs:
1212
publish-to-pypi:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Elementary
1616
uses: actions/checkout@v4

.github/workflows/test-github-action.yml

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

2323
jobs:
2424
test:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
defaults:
2727
run:
2828
working-directory: elementary

.github/workflows/test-warehouse.yml

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

7777
jobs:
7878
test:
79-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-latest
8080
defaults:
8181
run:
8282
working-directory: elementary

0 commit comments

Comments
 (0)