Skip to content

Commit 9270145

Browse files
authored
chore(ci): use GH runner ubuntu-24.04 (#306)
1 parent 5bcb2ad commit 9270145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
next: ${{ steps.semver.outputs.next }}
2525
permissions:
2626
contents: write
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Get Semver

.github/workflows/pr-open.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
test:
77
name: Test Action
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
permissions:
1010
pull-requests: write
1111
steps:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151

5252
jobs:
5353
test:
54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-24.04
5555
steps:
5656
- uses: bcgov/action-pr-description-add@main
5757
with:
@@ -77,7 +77,7 @@ jobs:
7777
name: PR Greeting
7878
permissions:
7979
pull-requests: write
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-24.04
8181
steps:
8282
- uses: bcgov/action-pr-description-add@main
8383
with:

0 commit comments

Comments
 (0)