Skip to content

Commit

Permalink
Build & Test with Xcode 15.2 on macOS 14 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols authored Feb 8, 2024
1 parent ecd11e1 commit e64ab0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
build-artifactbundle:
name: Build Executable
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
validate-spi-manifest:
name: Validate SPI Manifest
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
VALIDATE_SPI_MANIFEST: YES
steps:
- name: Checkout Repo
Expand All @@ -25,10 +25,12 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["15.0"]
xcode: ["15.0", "15.2"]
include:
- xcode: "15.0"
macos: macOS-13
- xcode: "15.2"
macos: macOS-14
runs-on: ${{ matrix.macos }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
Expand Down

0 comments on commit e64ab0e

Please sign in to comment.