Skip to content

Commit

Permalink
Use explicit ubuntu-24.04 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 10, 2025
1 parent aa76bf0 commit 3746709
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ on:
jobs:
main:
name: Build [PHP ${{ matrix.php-version }}]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
fail-fast: false
@@ -92,7 +92,7 @@ jobs:
coveralls-finish:
name: Coveralls Finished
needs: [main]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Upload to Coveralls API
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create a release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4

0 comments on commit 3746709

Please sign in to comment.