Skip to content

Commit c7c3d83

Browse files
Use docker image for Swift 5.9
1 parent 2aef24d commit c7c3d83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
container: swift:5.9-focal
1011

1112
steps:
1213
- uses: actions/checkout@v4
13-
- uses: swift-actions/setup-swift@v1
14-
with:
15-
swift-version: '5.9'
1614
- run: swift run SwiftWasmBlog
1715
- uses: actions/upload-pages-artifact@v3
1816
with:

0 commit comments

Comments
 (0)