Skip to content

Commit

Permalink
ci: update github runner image version because latest is two years old
Browse files Browse the repository at this point in the history
  • Loading branch information
azend committed Oct 31, 2024
1 parent 8a466ad commit 7b053b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand All @@ -25,7 +25,7 @@ jobs:
run: phpunit

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand All @@ -45,7 +45,7 @@ jobs:
run: pint --test

pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand Down

0 comments on commit 7b053b5

Please sign in to comment.