Skip to content

Commit

Permalink
CI: Bump GitHub Actions to use Ubuntu 24.04 (exercism#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Oct 7, 2024
1 parent 9cc4bf6 commit 3b4c8d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configlet-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
configlet-generate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-lint-phpcs-psr-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [8.2]
os: [ubuntu-22.04]
os: [ubuntu-24.04]

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests-phpunit-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [8.1, 8.2, 8.3]
os: [ubuntu-22.04, windows-2022, macOS-14]
os: [ubuntu-24.04, windows-2022, macOS-14]

steps:
- name: Set git line endings
Expand Down

0 comments on commit 3b4c8d6

Please sign in to comment.