Skip to content

Commit 6430e46

Browse files
committed
Updated workflows
1 parent b593522 commit 6430e46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dispatch-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
jobs:
77
run-unit-test:
88
name: Run Unit Test
9-
runs-on: macos-12
9+
runs-on: macos-13
1010
timeout-minutes: 30
1111
env:
12-
DEVELOPER_DIR: "/Applications/Xcode_14.2.app/Contents/Developer"
12+
DEVELOPER_DIR: "/Applications/Xcode_15.0.1.app/Contents/Developer"
1313

1414
steps:
1515
- name: Checkout
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
xcodebuild -scheme LicenseList-Package test \
3232
-only-testing:LicenseListTests \
33-
-destination "platform=iOS Simulator,name=iPhone 14,OS=16.2" \
33+
-destination "platform=iOS Simulator,name=iPhone 15,OS=17.0.1" \
3434
-resultBundlePath LicenseListTests | \
3535
xcpretty && exit ${PIPESTATUS[0]}
3636

.github/workflows/release-artifact-bundle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
jobs:
99
release-artifact-bundle:
1010
name: Release Artifact Bundle
11-
runs-on: macos-12
11+
runs-on: macos-13
1212
timeout-minutes: 20
1313
env:
14-
DEVELOPER_DIR: "/Applications/Xcode_14.2.app/Contents/Developer"
14+
DEVELOPER_DIR: "/Applications/Xcode_15.0.1.app/Contents/Developer"
1515
ARTIFACT_BUNDLE: "swift-packages-parser.artifactbundle"
1616

1717
steps:

0 commit comments

Comments
 (0)