Skip to content

Commit dc20a11

Browse files
committed
minor #1490 Run macOS tests on latest M1 servers with macOS 14 (javiereguiluz)
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
2 parents 6a2fe8f + c0424d8 commit dc20a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
operating-system: ['ubuntu-latest']
2727
php-version: ['8.2', '8.3']
2828
include:
29-
- operating-system: 'macos-latest'
29+
# TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
30+
- operating-system: 'macos-14'
3031
php-version: '8.2'
3132
- operating-system: 'windows-latest'
3233
php-version: '8.2'

0 commit comments

Comments
 (0)