Skip to content

Commit 51aaa0a

Browse files
authored
Update pull_request.yml
1 parent 369ecb5 commit 51aaa0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77
jobs:
88
tests:
99
name: Test
10-
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@maxd/amazon-linux2
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12+
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "focal", "rhel-ubi9"]'
1213
# linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
1314
enable_windows_checks: false
1415
soundness:

0 commit comments

Comments
 (0)