File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 lint :
18- runs-on : windows-2019
18+ runs-on : windows-latest
1919 steps :
2020 - name : Checkout last commit
2121 uses : actions/checkout@v4
4848
4949 build :
5050 needs : lint
51- runs-on : windows-2019
51+ runs-on : windows-latest
5252 env :
5353 boost_version : 1.84.0
5454 BOOST_ROOT : ${{ github.workspace }}\deps\boost_1_84_0
@@ -123,7 +123,7 @@ jobs:
123123
124124 xbuild :
125125 needs : lint
126- runs-on : windows-2019
126+ runs-on : windows-latest
127127 env :
128128 boost_version : 1.84.0
129129 BOOST_ROOT : ${{ github.workspace }}\deps\boost_1_84_0
Original file line number Diff line number Diff line change 1212 build-and-release :
1313 permissions :
1414 contents : write
15- runs-on : windows-2019
15+ runs-on : windows-latest
1616 env :
1717 boost_version : 1.84.0
1818 BOOST_ROOT : ${{ github.workspace }}\deps\boost_1_84_0
You can’t perform that action at this time.
0 commit comments