Skip to content

Commit

Permalink
Update Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 5, 2023
1 parent b584c09 commit 7f341e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:

jobs:
main:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: swift-actions/[email protected]
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.7.0"
swift-version: "5.9.0"
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit 7f341e4

Please sign in to comment.