Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-re-add-deprecated…
Browse files Browse the repository at this point in the history
…-method
  • Loading branch information
jonathannorris committed Mar 28, 2024
2 parents 5e838ff + 5afe6b0 commit be4f17e
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-13
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-13
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-13
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-13
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-13
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down

0 comments on commit be4f17e

Please sign in to comment.