Skip to content

Commit bbb5ec7

Browse files
authored
build!: use macos-13 image (#1283)
1 parent c691e7c commit bbb5ec7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/macos-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
required: true
1717
jobs:
1818
build:
19-
runs-on: macos-12
19+
runs-on: macos-13
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -37,18 +37,18 @@ jobs:
3737
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/**/*.cs
3838
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.bytes
3939
Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.txt
40-
key: libs-macos-12-v1-${{ hashFiles('cache_key.txt') }}
40+
key: libs-macos-13-v1-${{ hashFiles('cache_key.txt') }}
4141

4242
# Setup build tools
4343
- name: Mount bazel cache
4444
if: steps.cache-libs.outputs.cache-hit != 'true'
4545
uses: actions/cache/restore@v4
4646
with:
4747
path: /private/var/tmp/_bazel_runner
48-
key: bazel-macos-12-v1-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
48+
key: bazel-macos-13-v1-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
4949
restore-keys: |
50-
bazel-macos-12-v1-${{ hashFiles('WORKSPACE') }}-
51-
bazel-macos-12-v1-
50+
bazel-macos-13-v1-${{ hashFiles('WORKSPACE') }}-
51+
bazel-macos-13-v1-
5252
5353
- name: Remove cache_key.txt
5454
run: |
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/cache/save@v4
8585
with:
8686
path: /private/var/tmp/_bazel_runner
87-
key: bazel-macos-12-v1-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
87+
key: bazel-macos-13-v1-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
8888

8989
test:
9090
runs-on: ${{ matrix.os }}
@@ -93,7 +93,7 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
os:
96-
- macos-12
96+
- macos-13
9797
unity:
9898
- { version: "2022.3.34f1", changeset: "4886f5360533" }
9999
- { version: "2021.3.33f1", changeset: "ee5a2aa03ab2" }

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
path: Packages/com.github.homuler.mediapipe/Runtime/Plugins/Android/mediapipe_android.aar
108108

109109
macos-build:
110-
runs-on: macos-12
110+
runs-on: macos-13
111111
steps:
112112
- uses: actions/checkout@v4
113113
with:

0 commit comments

Comments
 (0)