Skip to content

Commit b116cfd

Browse files
authored
Update pull_request.yml to only build on Linux and Windows
1 parent 1e3ef26 commit b116cfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
jobs:
88
tests:
99
name: Test
10-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@macos-support
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_os_versions: '["amazonlinux2", "noble", "jammy", "focal", "rhel-ubi9", "bookworm"]'
1313
linux_swift_versions: '["6.1", "nightly-main"]'
14+
linux_build_command: 'swift build'
1415
windows_swift_versions: '["6.1", "nightly-main"]'
16+
windows_build_command: 'swift build'
1517
enable_macos_checks: true
1618
macos_xcode_versions: '["16.3"]'
1719

0 commit comments

Comments
 (0)