update ci image

This commit is contained in:
Matt Kiazyk 2025-07-09 21:40:33 -05:00
parent 54cca28dbe
commit 78615418b5

View file

@ -8,10 +8,10 @@ on:
jobs: jobs:
test: test:
runs-on: macos-14 runs-on: macos-15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run tests - name: Run tests
env: env:
DEVELOPER_DIR: /Applications/Xcode_16.app DEVELOPER_DIR: /Applications/Xcode_16.4.app
run: xcodebuild test -scheme Xcodes run: xcodebuild test -scheme Xcodes