Skip to content

Commit f113e0f

Browse files
committed
macos11->macos13
1 parent 0319099 commit f113e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-mac-m1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-macos:
14-
runs-on: macos-11
14+
runs-on: macos-13
1515
strategy:
1616
matrix:
1717
node-version: [16.x]

.github/workflows/build-mac-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-macos:
14-
runs-on: macos-11
14+
runs-on: macos-13
1515
strategy:
1616
matrix:
1717
node-version: [16.x]

0 commit comments

Comments
 (0)