Skip to content

Commit

Permalink
update action image macos-12 -> macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Oct 17, 2024
1 parent a49ebc4 commit b78e543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity_build_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
build_proj_dir: native_src_il2cpp

ios:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
build_proj_dir: native_src_il2cpp

osx:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unity_build_plugins_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
backend: ${{ github.event.inputs.backend }}
config: ${{ github.event.inputs.config }}
ios:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
backend: ${{ github.event.inputs.backend }}
config: ${{ github.event.inputs.config }}
osx:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unity_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
backend: mult

ios:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
backend: mult

osx:
runs-on: macos-12
runs-on: macos-13

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

0 comments on commit b78e543

Please sign in to comment.