Skip to content

Commit

Permalink
Use recent macOS and Xcode for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Sep 19, 2021
1 parent 44c4b4d commit 3c9c521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: xcodebuild test
run: xcodebuild -workspace Awful.xcworkspace -scheme Awful -configuration Debug -destination "platform=iOS Simulator,name=iPhone 11,OS=latest" test
run: xcodebuild -workspace Awful.xcworkspace -scheme Awful -configuration Debug -destination "platform=iOS Simulator,name=iPhone 13,OS=latest" test

0 comments on commit 3c9c521

Please sign in to comment.