Skip to content

Commit 2bd17d4

Browse files
update runner on github actions (#87)
1 parent 86beacc commit 2bd17d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313

14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
tagged-release:
1111
name: "Tagged Release"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
permissions:
1414
contents: write
1515

0 commit comments

Comments
 (0)