Skip to content

Commit

Permalink
Relax swift version requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Nov 7, 2024
1 parent fc57a93 commit 9227b27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Select Xcode
uses: mxcl/xcodebuild@v3
with:
swift: '6.0'
swift: '6'
action: none

- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Select Xcode
uses: mxcl/xcodebuild@v3
with:
swift: '6.0'
swift: '6'
action: none

- name: Build Standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Select Xcode
uses: mxcl/xcodebuild@v3
with:
swift: '6.0'
swift: '6'
action: none

- name: Build Standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Select Xcode
uses: mxcl/xcodebuild@v3
with:
swift: '6.0'
swift: '6'
action: none

- name: Build Tests
Expand Down

0 comments on commit 9227b27

Please sign in to comment.