mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-14 16:26:12 +01:00
GitHub Actions windows-2019 runner is being retired (#617)
This commit is contained in:
5
.github/workflows/bvt.yml
vendored
5
.github/workflows/bvt.yml
vendored
@@ -38,14 +38,14 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-2022
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
toolver: ['14.29', '14']
|
||||||
build_type: [x64-Release]
|
build_type: [x64-Release]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
|
|
||||||
@@ -65,6 +65,7 @@ jobs:
|
|||||||
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
toolset: ${{ matrix.toolver }}
|
||||||
|
|
||||||
- name: 'Set triplet'
|
- name: 'Set triplet'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
37
.github/workflows/main.yml
vendored
37
.github/workflows/main.yml
vendored
@@ -38,62 +38,62 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-2022
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
toolver: ['14.29', '14']
|
||||||
build_type: [x64-Debug, x64-Release]
|
build_type: [x64-Debug, x64-Release]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- toolver: '14.29'
|
||||||
build_type: x86-Debug
|
build_type: x86-Debug
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2019
|
- toolver: '14.29'
|
||||||
build_type: x86-Release
|
build_type: x86-Release
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Debug
|
build_type: x86-Debug
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Release
|
build_type: x86-Release
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Debug
|
build_type: arm64-Debug
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Release
|
build_type: arm64-Release
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64ec-Debug
|
build_type: arm64ec-Debug
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64ec-Release
|
build_type: arm64ec-Release
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-Win8
|
build_type: x64-Debug-Win8
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Release-Win8
|
build_type: x64-Release-Win8
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-Clang
|
build_type: x64-Debug-Clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Release-Clang
|
build_type: x64-Release-Clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Debug-Clang
|
build_type: x86-Debug-Clang
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Release-Clang
|
build_type: x86-Release-Clang
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Debug-Clang
|
build_type: arm64-Debug-Clang
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Release-Clang
|
build_type: arm64-Release-Clang
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
|
|
||||||
@@ -106,6 +106,7 @@ jobs:
|
|||||||
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
toolset: ${{ matrix.toolver }}
|
||||||
|
|
||||||
- name: 'Configure CMake'
|
- name: 'Configure CMake'
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
|
|||||||
29
.github/workflows/test.yml
vendored
29
.github/workflows/test.yml
vendored
@@ -41,51 +41,51 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-2022
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
toolver: ['14.29', '14']
|
||||||
build_type: [x64-Debug, x64-Release]
|
build_type: [x64-Debug, x64-Release]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- toolver: '14.29'
|
||||||
build_type: x86-Debug
|
build_type: x86-Debug
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2019
|
- toolver: '14.29'
|
||||||
build_type: x86-Release
|
build_type: x86-Release
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Debug
|
build_type: x86-Debug
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Release
|
build_type: x86-Release
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-Clang
|
build_type: x64-Debug-Clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Release-Clang
|
build_type: x64-Release-Clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Debug-Clang
|
build_type: x86-Debug-Clang
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Release-Clang
|
build_type: x86-Release-Clang
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Debug
|
build_type: arm64-Debug
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Release
|
build_type: arm64-Release
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64ec-Debug
|
build_type: arm64ec-Debug
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64ec-Release
|
build_type: arm64ec-Release
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
|
|
||||||
@@ -105,6 +105,7 @@ jobs:
|
|||||||
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
toolset: ${{ matrix.toolver }}
|
||||||
|
|
||||||
- name: 'Set triplet'
|
- name: 'Set triplet'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
21
.github/workflows/vcpkg.yml
vendored
21
.github/workflows/vcpkg.yml
vendored
@@ -34,46 +34,46 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-2022
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
toolver: ['14.29', '14']
|
||||||
build_type: [x64-Debug-VCPKG]
|
build_type: [x64-Debug-VCPKG]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
shared: [OFF]
|
shared: [OFF]
|
||||||
include:
|
include:
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-Clang-VCPKG
|
build_type: x64-Debug-Clang-VCPKG
|
||||||
arch: amd64
|
arch: amd64
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x86-Debug-VCPKG
|
build_type: x86-Debug-VCPKG
|
||||||
arch: amd64_x86
|
arch: amd64_x86
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64-Debug-VCPKG
|
build_type: arm64-Debug-VCPKG
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: arm64ec-Debug-VCPKG
|
build_type: arm64ec-Debug-VCPKG
|
||||||
arch: amd64_arm64
|
arch: amd64_arm64
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-MinGW
|
build_type: x64-Debug-MinGW
|
||||||
arch: amd64
|
arch: amd64
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Release-MinGW
|
build_type: x64-Release-MinGW
|
||||||
arch: amd64
|
arch: amd64
|
||||||
shared: OFF
|
shared: OFF
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Debug-MinGW
|
build_type: x64-Debug-MinGW
|
||||||
arch: amd64
|
arch: amd64
|
||||||
shared: ON
|
shared: ON
|
||||||
- os: windows-2022
|
- toolver: '14'
|
||||||
build_type: x64-Release-MinGW
|
build_type: x64-Release-MinGW
|
||||||
arch: amd64
|
arch: amd64
|
||||||
shared: ON
|
shared: ON
|
||||||
@@ -87,6 +87,7 @@ jobs:
|
|||||||
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
toolset: ${{ matrix.toolver }}
|
||||||
|
|
||||||
- name: 'Set triplet'
|
- name: 'Set triplet'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user