mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Github actions deprecated windows-2016, switching to windows-2019
This commit is contained in:
parent
29288e5d89
commit
4e9854204c
4
.github/workflows/build_cpp.yml
vendored
4
.github/workflows/build_cpp.yml
vendored
@ -114,8 +114,8 @@ jobs:
|
||||
- name: Build ancillary tools
|
||||
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel 4
|
||||
|
||||
windows-2016:
|
||||
runs-on: 'windows-2016'
|
||||
windows-2019:
|
||||
runs-on: 'windows-2019'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
|
Loading…
Reference in New Issue
Block a user