Skip to content

Commit 1b6c2fd

Browse files
authored
Update Ubuntu version in tagged release action (#909)
1 parent 343220f commit 1b6c2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
create-release:
1313
name: Create Release
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Create Release
1717
id: create_release
@@ -33,7 +33,7 @@ jobs:
3333

3434
release-linux:
3535
name: Release Linux
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
needs: ["create-release"]
3838
steps:
3939
- name: Checkout

0 commit comments

Comments
 (0)