Skip to content

Commit

Permalink
chore: tweak CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Oct 31, 2023
1 parent d71fbe7 commit 01409fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
mac-test:
name: Mac Test
runs-on: macOS-latest
runs-on: macOS-13

steps:
- name: Checkout
Expand All @@ -17,7 +17,7 @@ jobs:
run: |
set -o pipefail
xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash OSX" | xcpretty
xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash iOS" -sdk iphonesimulator -destination "OS=16.2,name=iPhone 13" | xcpretty
xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash iOS" -sdk iphonesimulator -destination "OS=17.1,name=iPhone 13" | xcpretty
xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash tvOS" -sdk appletvsimulator -destination "name=Apple TV" | xcpretty
xcodebuild build $WORKSPACE -scheme "SWXMLHash watchOS" -sdk watchsimulator | xcpretty
bash <(curl -s https://codecov.io/bash) -t ${{secrets.CODECOV_TOKEN}}
Expand All @@ -42,8 +42,8 @@ jobs:
- name: Install Swift
uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.8-release
tag: 5.8-RELEASE
branch: swift-5.9-release
tag: 5.9-RELEASE
- name: Checkout
uses: actions/checkout@master
- name: Build and test
Expand Down

0 comments on commit 01409fd

Please sign in to comment.