Skip to content

Commit 6fb54bb

Browse files
committed
workflow needs Swift 6.1
1 parent 16f54b9 commit 6fb54bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
linux-wayland:
3232
runs-on: ubuntu-24.04
33-
container: swift:6.0
33+
container: swift:6.1
3434
env:
3535
FLUTTER_SWIFT_BACKEND: wayland
3636
steps:
@@ -67,7 +67,7 @@ jobs:
6767

6868
linux-gbm:
6969
runs-on: ubuntu-24.04
70-
container: swift:6.0
70+
container: swift:6.1
7171
env:
7272
FLUTTER_SWIFT_BACKEND: gbm
7373
steps:

0 commit comments

Comments
 (0)