Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Nov 22, 2023
1 parent b593522 commit 6430e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
jobs:
run-unit-test:
name: Run Unit Test
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 30
env:
DEVELOPER_DIR: "/Applications/Xcode_14.2.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.0.1.app/Contents/Developer"

steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
xcodebuild -scheme LicenseList-Package test \
-only-testing:LicenseListTests \
-destination "platform=iOS Simulator,name=iPhone 14,OS=16.2" \
-destination "platform=iOS Simulator,name=iPhone 15,OS=17.0.1" \
-resultBundlePath LicenseListTests | \
xcpretty && exit ${PIPESTATUS[0]}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
release-artifact-bundle:
name: Release Artifact Bundle
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_14.2.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.0.1.app/Contents/Developer"
ARTIFACT_BUNDLE: "swift-packages-parser.artifactbundle"

steps:
Expand Down

0 comments on commit 6430e46

Please sign in to comment.