comparison .github/workflows/make.yaml @ 30704:ec36fe975d2d stable

GitHub-CI (windows): Track the "windows-latest" label. * .github/workflow/make.yaml (windows): Don't pin to a specific Windows version. Let GitHub decide when it is a good time to switch their load to newer Windows versions.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 02 Feb 2022 18:41:03 +0100
parents d162766886ce
children b7c19b01cfc8 81021f079387
comparison
equal deleted inserted replaced
30702:36be88bf3525 30704:ec36fe975d2d
306 # Allow other runners in the matrix to continue if some fail 306 # Allow other runners in the matrix to continue if some fail
307 fail-fast: false 307 fail-fast: false
308 308
309 matrix: 309 matrix:
310 # For available GitHub-hosted runners, see: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners 310 # For available GitHub-hosted runners, see: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
311 os: [windows-2019] 311 os: [windows-latest]
312 compiler: [gcc] 312 compiler: [gcc]
313 target: [x86_64, i686] 313 target: [x86_64, i686]
314 include: 314 include:
315 - compiler: gcc 315 - compiler: gcc
316 target: x86_64 316 target: x86_64