Skip to content

Commit

Permalink
Update GitHub runner version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Nov 7, 2024
1 parent a6545d0 commit 3ef4469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
phpunit:
name: "phpunit"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"

strategy:
fail-fast: false
Expand Down

0 comments on commit 3ef4469

Please sign in to comment.