Skip to content

Commit

Permalink
The macOS-12 environment is deprecated, consider switching to macOS-1…
Browse files Browse the repository at this point in the history
…3, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721
  • Loading branch information
zoff99 committed Nov 20, 2024
1 parent 0615ce8 commit 848dc91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jni_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

build-macos-jni-artifact:
name: JNI Artifact macOS Build
runs-on: macos-12
runs-on: macos-13
permissions:
contents: write
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:

build-macos-nightly-artifact:
name: Nightly Artifact macOS Build
runs-on: macos-12
runs-on: macos-13
needs: [update-nightly-tag]
if: |
always() &&
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:


macos-test:
runs-on: macos-12
runs-on: macos-13
if: ${{ true }}
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_startup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

jobs:
macos-test-dmg:
runs-on: macos-12
runs-on: macos-13
if: ${{ true }}
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screens_only_for_nightly_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
macos-test:
runs-on: macos-12
runs-on: macos-13
if: ${{ true }}
permissions:
contents: write
Expand Down

0 comments on commit 848dc91

Please sign in to comment.