Skip to content

Commit 6302df4

Browse files
committed
ci(mac): bump use macos-13 instead of macos-latest
1 parent 4409e0e commit 6302df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [
12-
macos-latest,
12+
macos-13,
1313
ubuntu-latest,
1414
windows-latest
1515
]

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [
16-
macos-latest,
16+
macos-13,
1717
ubuntu-latest,
1818
windows-latest
1919
]

0 commit comments

Comments
 (0)