Skip to content

Commit f466cb2

Browse files
committed
Update mac runners
1 parent a2cde5a commit f466cb2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
runs-on:
1717
- ubuntu-latest
18-
- macos-13
18+
- macos-14
19+
- macos-15-intel
1920
- windows-latest
2021

2122
name: Unit Test ${{ matrix.runs-on }}

.github/workflows/test-package-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
runs-on:
1717
- ubuntu-latest
18-
- macos-13
18+
- macos-14
19+
- macos-15-intel
1920
- windows-latest
2021

2122
name: Package Test ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)