Skip to content

Commit d75acaa

Browse files
glessardjrflat
authored andcommitted
[ci] expand github actions
1 parent 5fedb10 commit d75acaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
12+
linux_os_versions: '["jammy", "focal"]'
13+
enable_macos_checks: false
14+
macos_xcode_versions: '["16.3"]'
15+
1316
soundness:
1417
name: Soundness
1518
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)