We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4d11f commit 03c7067Copy full SHA for 03c7067
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on: "workflow_dispatch"
4
jobs:
5
build:
6
name: "Build"
7
- runs-on: "ubuntu-22.04"
+ runs-on: "ubuntu-24.04"
8
steps:
9
- name: "Check out repository"
10
uses: "actions/checkout@v4"
@@ -23,7 +23,7 @@ jobs:
23
upload:
24
name: "Upload"
25
needs: "build"
26
27
environment: "release"
28
permissions:
29
id-token: "write"
0 commit comments