Skip to content

Commit 419d4ab

Browse files
committed
update GitHub Actions runners to use macos-13
1 parent afc217a commit 419d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cp-version: ${{ needs.scheduler.outputs.cp-version }}
103103

104104
mpy-cross-mac:
105-
runs-on: macos-12
105+
runs-on: macos-13
106106
needs: scheduler
107107
if: needs.scheduler.outputs.ports != '{}'
108108
env:

0 commit comments

Comments
 (0)