Skip to content

Commit 6bae811

Browse files
authored
Update macOS version in unit test workflow (#441)
1 parent 9306503 commit 6bae811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ ubuntu-latest, windows-latest, macos-13 ] # pin macos to latest x64 image
21+
os: [ ubuntu-latest, windows-latest, macos-15-intel ] # pin macos to latest x64 image
2222
steps:
2323
- name: Checkout code changes
2424
uses: actions/checkout@v6

0 commit comments

Comments
 (0)