Skip to content

Commit

Permalink
macos-12 has been deprecated, use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Dec 4, 2024
1 parent 532b8e2 commit 09b5f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
test:
runs-on: macos-12
runs-on: macos-13
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
test:
runs-on: macos-12
runs-on: macos-13
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
matrix:
Expand Down

0 comments on commit 09b5f30

Please sign in to comment.