Skip to content

Commit

Permalink
Update OS names
Browse files Browse the repository at this point in the history
  • Loading branch information
remotemerge committed Dec 29, 2024
1 parent d035f51 commit 200f442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# Define the OS and PHP versions to test
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-24.04, windows-latest, macos-latest ]
php: [ '8.1', '8.2', '8.3', '8.4' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-24.04, windows-latest, macos-latest ]
php: [ '8.1', '8.2', '8.3', '8.4' ]

env:
Expand Down

0 comments on commit 200f442

Please sign in to comment.