Skip to content

Commit

Permalink
support for Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Oct 15, 2024
1 parent 63bea11 commit c038f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -42,6 +43,7 @@ jobs:
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -63,6 +65,7 @@ jobs:
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions macports-ci
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ elif test "$(echo $OSX_VERSION | cut -c1-2)" == 13 ; then
elif test "$(echo $OSX_VERSION | cut -c1-2)" == 14 ; then
OSX_VERSION=14
OSX_NAME=Sonoma
elif test "$(echo $OSX_VERSION | cut -c1-2)" == 15 ; then
OSX_VERSION=15
OSX_NAME=Sequoia
else
echo "macports-ci: Unknown OSX version $OSX_VERSION"
exit 1
Expand Down

0 comments on commit c038f34

Please sign in to comment.