Skip to content

Commit f16234d

Browse files
committed
update macos ci
1 parent 660450b commit f16234d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [macos-13]
14+
os: [macos-15-intel]
1515
arch: [x86_64]
1616

1717
runs-on: ${{ matrix.os }}

.github/workflows/macos_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [macos-14]
14+
os: [macos-latest]
1515
arch: [arm64]
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)