We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9306503 commit 6bae811Copy full SHA for 6bae811
.github/workflows/unit-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ ubuntu-latest, windows-latest, macos-13 ] # pin macos to latest x64 image
+ os: [ ubuntu-latest, windows-latest, macos-15-intel ] # pin macos to latest x64 image
22
steps:
23
- name: Checkout code changes
24
uses: actions/checkout@v6
0 commit comments