Skip to content

Commit

Permalink
update swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
OneeMe committed Nov 27, 2024
1 parent 619d0eb commit 9fb8559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- try-pages
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
deployments: write
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0.2"
swift-version: "5.9"
- name: Get swift version
run: swift --version
- name: Build
Expand Down

0 comments on commit 9fb8559

Please sign in to comment.