Skip to content

Commit 3746709

Browse files
committed
Use explicit ubuntu-24.04 in actions
1 parent aa76bf0 commit 3746709

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
main:
2323
name: Build [PHP ${{ matrix.php-version }}]
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04
2525

2626
strategy:
2727
fail-fast: false
@@ -92,7 +92,7 @@ jobs:
9292
coveralls-finish:
9393
name: Coveralls Finished
9494
needs: [main]
95-
runs-on: ubuntu-latest
95+
runs-on: ubuntu-24.04
9696

9797
steps:
9898
- name: Upload to Coveralls API

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Create a release
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)