Skip to content

Commit 54b90b5

Browse files
ci: update runs-on
1 parent 5081f41 commit 54b90b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
create-github-release:
1010
name: Create Github Release
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
outputs:
1313
upload_url: ${{ steps.create-github-release.outputs.upload_url }}
1414
steps:
@@ -27,7 +27,7 @@ jobs:
2727

2828
build:
2929
name: Test and build
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
needs: create-github-release
3232

3333
steps:

0 commit comments

Comments
 (0)