Skip to content

Commit bd2ccca

Browse files
committed
Updates Swift container version
Updates the Swift container version in the Linux workflow to use version 6.2.0. This ensures compatibility with the latest Swift features and improvements.
1 parent 5f36e42 commit bd2ccca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
container: swift:6.0
8+
container: swift:6.2.0
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Build

0 commit comments

Comments
 (0)