Skip to content

Commit 7f1f800

Browse files
committed
Enable more msvc versions.
1 parent 0ff9225 commit 7f1f800

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [macos-13, macos-14] # TODO: macos-15: https://github.com/metacall/core/issues/530
25+
os: [macos-13, macos-14, macos-15]
2626
options: [
2727
{build: debug, sanitizer: without-sanitizer},
2828
{build: debug, sanitizer: address-sanitizer},

.github/workflows/windows-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ concurrency:
1717
jobs:
1818
windows-test:
1919
name: Windows MSVC Test
20-
runs-on: windows-2019 # TODO: Implement matrix with windows 2019 and 2022
20+
runs-on: ${{ matrix.os }}
2121

2222
strategy:
2323
fail-fast: false
2424
matrix:
25+
os: [windows-2019, windows-2022, windows-2025]
2526
options: [
2627
{build: debug, sanitizer: without-sanitizer},
2728
{build: debug, sanitizer: address-sanitizer},

0 commit comments

Comments
 (0)