Skip to content

Commit

Permalink
Bump Github jobs to use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
robmaceachern committed Oct 29, 2024
1 parent 2363771 commit de144c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Generate docs with jazzy and publish to Github pages
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: Lint Swift code with SwiftFormat
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
spm:
name: "iOS ${{ matrix.sdk }}"

runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

strategy:
fail-fast: false # Don’t fail-fast so that we get all snapshot test changes
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
cocoapods:
name: "CocoaPods"

runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit de144c8

Please sign in to comment.