Skip to content

Commit 516b646

Browse files
ci: update runs-on
1 parent 5081f41 commit 516b646

2 files changed

Lines changed: 3 additions & 3 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:

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)