Skip to content

Commit d1ceebb

Browse files
committed
macOS Ventura EOL
1 parent ac32aa0 commit d1ceebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unixmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Current workaround is to use Intel app with Rosetta...
3939
#
4040
#- { os: macos-14, shell: bash, arch: arm64, bitness: 64, runtime: sonoma, desc: 'macOS Sonoma arm64' }
41-
- { os: macos-13, shell: bash, arch: x86_64, bitness: 64, runtime: ventura, desc: 'macOS Ventura x86_64' }
41+
- { os: macos-15-intel, shell: bash, arch: x86_64, bitness: 64, runtime: sonoma, desc: 'macOS Sonoma x86_64' } # Not clear whether it is more Sequoia or Sonoma, see https://github.com/actions/runner-images/issues/13045...
4242
name: ${{ matrix.cfg.desc }}
4343
steps:
4444
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)