Skip to content

Commit

Permalink
Support MacOS 14 Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Apr 16, 2024
1 parent 301b804 commit ce092a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run-testsuite:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-11', 'macos-12', 'macos-13']
os: ['ubuntu-latest', 'macos-11', 'macos-12', 'macos-13', 'macos-14']
runs-on: '${{ matrix.os }}'
name: 'Run Testsuite'
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
install-macports:
strategy:
matrix:
os: ['macos-11', 'macos-12', 'macos-13']
os: ['macos-11', 'macos-12', 'macos-13', 'macos-14']
version: ['2.9.3']
prefix: ['/opt/local']
runs-on: '${{ matrix.os }}'
Expand Down
1 change: 1 addition & 0 deletions subr/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ known_macos_db()
11-BigSur
12-Monterey
13-Ventura
14-Sonoma
EOF
}

Expand Down
13 changes: 13 additions & 0 deletions testsuite/run-testsuite-on-macos-14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2.9.3'
prefix: '/opt/local'
variants:
select:
- aqua
- metal
deselect: x11
ports:
- name: db48
deselect: [ java ]
select: [ tcl, universal ]
- name: gmp
select: native

0 comments on commit ce092a3

Please sign in to comment.