Skip to content

Commit

Permalink
Use macOS-14 runner on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Apr 20, 2024
1 parent 29c1b6a commit 27265de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
# why it was changed from macos-latest to macOS-12

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.10"
- name: Get Swift version
run: swift --version
- name: Build
run: swift build -v
- name: Run tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-run-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- name: Install Swift 5.9-RELEASE
- uses: actions/checkout@v4
- name: Install Swift 5.10-RELEASE
run: |
echo ====== Installing dependencies...
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
# uid Swift 5.x Release Signing Key <swift-infrastructure@swift.org
SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_PLATFORM=ubuntu22.04
SWIFT_BRANCH=swift-5.9-release
SWIFT_VERSION=swift-5.9-RELEASE
SWIFT_BRANCH=swift-5.10-release
SWIFT_VERSION=swift-5.10-RELEASE
SWIFT_WEBROOT=https://swift.org/builds/
set -e
Expand Down

0 comments on commit 27265de

Please sign in to comment.