Skip to content

Commit

Permalink
chore: update to macos-14 runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Norris <[email protected]>
  • Loading branch information
jonathannorris committed Mar 28, 2024
1 parent 8e90693 commit 8413759
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
publish-cocoapods:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tvos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down

0 comments on commit 8413759

Please sign in to comment.