Skip to content

Commit 3710e34

Browse files
committed
fixup! ci: run Scalar's Functional Tests
Switch from `windows-2019` to `windows-2022` as the former has been retired: actions/runner-images#12045. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c11f622 commit 3710e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# Order by runtime (in descending order)
23-
os: [windows-2019, macos-13, ubuntu-22.04]
23+
os: [windows-2022, macos-13, ubuntu-22.04]
2424
# Scalar.NET used to be tested using `features: [false, experimental]`
2525
# But currently, Scalar/C ignores `feature.scalar` altogether, so let's
2626
# save some electrons and run only one of them...

0 commit comments

Comments
 (0)