We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bd6e4 commit c780461Copy full SHA for c780461
.github/workflows/builds.yml
@@ -20,7 +20,7 @@ on:
20
jobs:
21
build:
22
name: Ferdium Recipes Build
23
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
24
steps:
25
- name: Print latest commit
26
run: echo ${{ github.sha }}
.github/workflows/check-pr.yml
@@ -8,7 +8,7 @@ on:
8
9
check:
10
name: Check Recipe Version Bump
11
12
13
- name: Checkout code
14
uses: actions/checkout@v4
0 commit comments