Skip to content

Commit 72740ff

Browse files
authored
Enable amazonlinux2 in pull_request.yml
Due to frequent regressions with Amazon Linux 2 we should test it on CI.
1 parent f396a28 commit 72740ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
tests:
99
name: Test
10-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
10+
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
1313
enable_windows_checks: false

0 commit comments

Comments
 (0)