diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-19 12:22:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-19 12:22:55 +0300 |
commit | 13888629d461c5c2faebd783ca8e847e606450e0 (patch) | |
tree | 8e7c32c65ba09acf4380f6396a5a852d94936ae0 /.github/workflows/boost_clang_windows.yml | |
parent | workflows/basic: test w/ latest Python (diff) | |
download | cmake-common-13888629d461c5c2faebd783ca8e847e606450e0.tar.gz cmake-common-13888629d461c5c2faebd783ca8e847e606450e0.zip |
workflows: use -latest images where appropriate
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index 6c2612d..8d3c1b7 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -25,7 +25,7 @@ jobs: - {toolset: clang, b2_toolset: clang} - {toolset: clang-cl, b2_toolset: clang-win} - runs-on: windows-2019 + runs-on: windows-latest name: '${{ matrix.toolset }} / ${{ matrix.boost-version }}' |