Skip to content

Commit 85552f9

Browse files
committed
Update URLs and remove extra PR testing to prepare for merge
1 parent 47757d7 commit 85552f9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
swift package init --type library
3434
swift build
3535
enable_windows_docker: true
36-
# TODO: jflat - Remove after PR testing
37-
linux_static_sdk_versions: "[\"6.0\", \"6.1\", \"nightly-main\", \"nightly-6.2\"]"
38-
wasm_sdk_versions: "[\"nightly-main\", \"nightly-6.2\"]"
3936

4037
tests_without_docker:
4138
name: Test without Docker

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
run: |
235235
${{ inputs.linux_static_sdk_pre_build_command }}
236236
which curl || (apt -q update && apt -yq install curl)
237-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/linux-static-sdk-build/.github/workflows/scripts/install-and-build-with-sdk.sh | \
237+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
238238
bash -s -- --static --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
239239
240240
wasm-sdk-build:
@@ -272,7 +272,7 @@ jobs:
272272
run: |
273273
${{ inputs.wasm_sdk_pre_build_command }}
274274
which curl || (apt -q update && apt -yq install curl)
275-
curl -s --retry 3 https://raw.githubusercontent.com/jrflat/github-workflows/refs/heads/linux-static-sdk-build/.github/workflows/scripts/install-and-build-with-sdk.sh | \
275+
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
276276
bash -s -- --wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
277277
278278
windows-build:

0 commit comments

Comments
 (0)