Skip to content

Commit

Permalink
Update Github runner to macOS 14 and Xcode 16 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rechsteiner committed Aug 10, 2024
1 parent e9c9b40 commit d695009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/parchment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: "Parchment"
on: [push]
jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.0-beta'
- uses: actions/checkout@v3
- name: Unit Tests
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' test
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test
- name: UI Tests
run: xcodebuild -project Parchment.xcodeproj -scheme "ParchmentUITests" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' test
run: xcodebuild -project Parchment.xcodeproj -scheme "ParchmentUITests" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test

0 comments on commit d695009

Please sign in to comment.