Skip to content

Commit

Permalink
minor #1490 Run macOS tests on latest M1 servers with macOS 14 (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

This PR was merged into the main branch.

Discussion
----------

Run macOS tests on latest M1 servers with macOS 14

See https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

Commits
-------

c0424d8 Run macOS tests on latest M1 servers with macOS 14
  • Loading branch information
javiereguiluz committed Feb 2, 2024
2 parents 6a2fe8f + c0424d8 commit dc20a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
operating-system: ['ubuntu-latest']
php-version: ['8.2', '8.3']
include:
- operating-system: 'macos-latest'
# TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
- operating-system: 'macos-14'
php-version: '8.2'
- operating-system: 'windows-latest'
php-version: '8.2'
Expand Down

0 comments on commit dc20a11

Please sign in to comment.