Skip to content

Commit

Permalink
Try pinning some testing to Swift 5.9.2.
Browse files Browse the repository at this point in the history
With the 5.10 release, we're seeing some test fail (apple#1573 and apple#1571), try
pinning to 5.9.2 since CI from last week where `swift:latest` was that still
worked.
  • Loading branch information
thomasvl committed Mar 14, 2024
1 parent 280be42 commit c8f5741
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
swiftpm_config: ["debug", "release"]
container:
# Test on the latest Swift release.
image: swift:latest
# image: swift:latest
# As of 5.10.0, the "thread" testing fails. Back to what last worked:
image: swift:5.9.2-jammy
steps:
- uses: actions/checkout@v4
- name: Test
Expand Down Expand Up @@ -170,7 +172,9 @@ jobs:
swiftpm_config: ["debug", "release"]
container:
# Test on the latest Swift release.
image: swift:latest
# image: swift:latest
# As of 5.10.0, the "thread" testing fails. Back to what last worked:
image: swift:5.9.2-jammy
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit c8f5741

Please sign in to comment.