Skip to content

Commit

Permalink
bump workers to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Oct 13, 2022
1 parent 9239a98 commit a482c95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Build

runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
build:
name: Continuous Integration ${{ matrix.target_name }} ${{ matrix.toolset_name }} ${{ matrix.build_type }}
runs-on: windows-2019
runs-on: windows-latest
strategy:
matrix:
build_type: [Debug, Release]
toolset_name: [MSVC, Clang]
build_dll: [false, true]
include:
- toolset_name: MSVC
toolset: v142
toolset: v143
- toolset_name: Clang
toolset: ClangCL
- build_dll: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Build

runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: llvm/actions/install-ninja@main

Expand Down

0 comments on commit a482c95

Please sign in to comment.