Skip to content

Commit 8f45671

Browse files
committed
correct docker containers
1 parent 7a12547 commit 8f45671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
linux_swift_5_10:
7474
runs-on: ubuntu-latest
75-
container: swift:5.8
75+
container: swift:5.10
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
8585

8686
linux_swift_5_9:
8787
runs-on: ubuntu-latest
88-
container: swift:5.8
88+
container: swift:5.9
8989
steps:
9090
- name: Checkout
9191
uses: actions/checkout@v4

0 commit comments

Comments
 (0)