Skip to content

Commit 8b88df2

Browse files
committed
ci: change runner back to 2022
1 parent c127fa7 commit 8b88df2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
needs: lint
39-
runs-on: windows-latest
39+
runs-on: windows-2022
4040
env:
4141
boost_version: 1.84.0
4242
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_84_0
@@ -113,7 +113,7 @@ jobs:
113113
114114
xbuild:
115115
needs: lint
116-
runs-on: windows-latest
116+
runs-on: windows-2022
117117
env:
118118
boost_version: 1.84.0
119119
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_84_0

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-release:
1313
permissions:
1414
contents: write
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616
env:
1717
boost_version: 1.84.0
1818
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_84_0

0 commit comments

Comments
 (0)