@@ -154,10 +154,10 @@ jobs:
154154 - name : Checkout
155155 uses : actions/checkout@v4
156156 - name : Install docs env
157- run : share/ci/scripts/linux/yum /install_docs_env.sh
157+ run : share/ci/scripts/linux/apt /install_docs_env.sh
158158 if : matrix.build-docs == 'ON'
159159 - name : Install tests env
160- run : share/ci/scripts/linux/yum /install_tests_env.sh
160+ run : share/ci/scripts/linux/apt /install_tests_env.sh
161161 - name : Create build directories
162162 run : |
163163 mkdir _install
@@ -366,10 +366,10 @@ jobs:
366366 - name : Checkout
367367 uses : actions/checkout@v3
368368 - name : Install docs env
369- run : share/ci/scripts/linux/yum /install_docs_env.sh
369+ run : share/ci/scripts/linux/apt /install_docs_env.sh
370370 if : matrix.build-docs == 'ON'
371371 - name : Install tests env
372- run : share/ci/scripts/linux/yum /install_tests_env.sh
372+ run : share/ci/scripts/linux/apt /install_tests_env.sh
373373 - name : Create build directories
374374 run : |
375375 mkdir _install
@@ -736,7 +736,7 @@ jobs:
736736 # Debug build testing with Python bindings and docs enabled.
737737
738738 windows :
739- name : ' Windows 2019
739+ name : ' Windows 2022
740740 <MSVC
741741 config=${{ matrix.build-type }},
742742 shared=${{ matrix.build-shared }},
@@ -749,7 +749,7 @@ jobs:
749749 if : |
750750 github.event_name == 'push' ||
751751 github.event.pull_request.head.repo.full_name != github.repository
752- runs-on : windows-2019
752+ runs-on : windows-2022
753753 strategy :
754754 matrix :
755755 build : [1, 2, 3, 4]
0 commit comments