We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86beacc commit 2bd17d4Copy full SHA for 2bd17d4
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
10
tagged-release:
name: "Tagged Release"
permissions:
contents: write
0 commit comments