Skip to content

Commit

Permalink
CI: Update windows runner to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Aug 19, 2024
1 parent 53a1833 commit d494490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ env:

jobs:
build_and_test:
name: Windows-2019 [arch ${{ matrix.arch.name }}, toolset ${{ matrix.toolset }}, backend ${{ matrix.backend }}, build shared libs ${{ matrix.shared_libs }}, use CMake prefix path ${{ matrix.use_cmake_prefix_path }}, sanitizers ${{ matrix.sanitizers }}]
runs-on: windows-2019
name: Windows-2022 [arch ${{ matrix.arch.name }}, toolset ${{ matrix.toolset }}, backend ${{ matrix.backend }}, build shared libs ${{ matrix.shared_libs }}, use CMake prefix path ${{ matrix.use_cmake_prefix_path }}, sanitizers ${{ matrix.sanitizers }}]
runs-on: windows-2022
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
fail-fast: false
Expand Down

0 comments on commit d494490

Please sign in to comment.