Skip to content

Commit c780461

Browse files
authored
Upgrade all GHA runner OSes to latest stable versions (#601)
1 parent 35bd6e4 commit c780461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build:
2222
name: Ferdium Recipes Build
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Print latest commit
2626
run: echo ${{ github.sha }}

.github/workflows/check-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
check:
1010
name: Check Recipe Version Bump
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)