Skip to content

Commit

Permalink
Use macOS Sonoma 14.0 and Swift 5.9 to run GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Samsoniuk committed Oct 14, 2023
1 parent 57a8f4f commit 94097de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v2

- name: Setup Swift
uses: swift-actions/setup-swift@v1.15.0
uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: "5.6"
swift-version: "5.9"

- name: Create workflow archive
run: make
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v2

- name: Setup Swift
uses: swift-actions/setup-swift@v1.15.0
uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: "5.6"
swift-version: "5.9"

- name: Run test
run: make test
Expand Down

0 comments on commit 94097de

Please sign in to comment.