Skip to content

Commit

Permalink
Try running on the macos-14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed May 17, 2024
1 parent c477a1b commit 8fe365a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
check-formatting:
name: Check formatting
runs-on: macos-13
runs-on: macos-14
steps:
- name: Install SwiftFormat
run: |
Expand All @@ -30,7 +30,7 @@ jobs:

swiftlint:
name: Run swiftlint
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:

test:
name: Unit tests
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
env:
SOURCE_PACKAGES_PATH: .spm
steps:
Expand Down

0 comments on commit 8fe365a

Please sign in to comment.