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 ce0338d commit 6146f28Copy full SHA for 6146f28
.github/workflows/build.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
16
outputs:
17
artifact_name: ${{ steps.set_artifact_name.outputs.artifact_name }}
18
steps:
@@ -47,7 +47,7 @@ jobs:
47
48
test:
49
needs: build
50
51
52
- name: Checkout repository
53
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
uses: ./.github/workflows/build.yml
10
11
release:
needs: call-build-workflow
permissions:
contents: write
0 commit comments