Skip to content

Commit 0d153ef

Browse files
authored
Merge pull request #2385 from SCIInstitute/2382-github-windows-runner
Update GitHub windows runner from 2019 to 2022
2 parents 74096a5 + 0702dcc commit 0d153ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
build:
2626

27-
runs-on: windows-2019
27+
runs-on: windows-2022
2828

2929
steps:
3030

Testing/OptimizeTests/OptimizeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ TEST(OptimizeTests, procrustes_no_scale_test) {
412412
std::cerr << "Eigenvalue " << i << " : " << values[i] << "\n";
413413
}
414414
ASSERT_GT(values[values.size() - 1], 150.0);
415-
ASSERT_LT(values[values.size() - 1], 200.0);
415+
ASSERT_LT(values[values.size() - 1], 205.0);
416416
}
417417

418418
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)