Skip to content

Commit

Permalink
Use Swift 5.10.0 in CI; the new release broke the setup swift action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Sep 17, 2024
1 parent 4a14b77 commit d00cfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
env:
spm-build-options: -Xswiftc -enable-testing --explicit-target-dependency-import-check error
spm-test-options: --parallel
swift-version: '5.10'
swift-version: '5.10.0'

jobs:
determine-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
llvm_url_prefix: https://github.com/hylo-lang/llvm-build/releases/download/20240303-215025
llvm_package_basename: llvm-17.0.6-arm64-apple-darwin23.3.0-MinSizeRel
swift-version: '5.10'
swift-version: '5.10.0'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d00cfa8

Please sign in to comment.