Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Install analysis tools
run: brew bundle --file Brewfile-ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Generate build metadata
uses: ./.github/actions/generate-build-metadata
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Install Static Linux SDK
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Make Build
run: make build
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Install formatting tools
run: brew bundle --file Brewfile-ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Make Test
run: make test
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v3
with:
swift-version: "6.3.3"
swift-version: "6.4.0"

- name: Make Test
run: make test
Loading