We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cde5a commit f466cb2Copy full SHA for f466cb2
2 files changed
.github/workflows/test-action.yml
@@ -15,7 +15,8 @@ jobs:
15
matrix:
16
runs-on:
17
- ubuntu-latest
18
- - macos-13
+ - macos-14
19
+ - macos-15-intel
20
- windows-latest
21
22
name: Unit Test ${{ matrix.runs-on }}
.github/workflows/test-package-action.yml
name: Package Test ${{ matrix.runs-on }}
0 commit comments