Hugo van Kemenade
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
7 additions and
7 deletions
-
.github/workflows/jit.yml
-
.github/workflows/reusable-windows-msi.yml
-
.github/workflows/reusable-windows.yml
-
.github/workflows/tail-call.yml
|
|
|
@ -72,10 +72,10 @@ jobs: |
|
|
|
include: |
|
|
|
- target: i686-pc-windows-msvc/msvc |
|
|
|
architecture: Win32 |
|
|
|
runner: windows-latest |
|
|
|
runner: windows-2022 |
|
|
|
- target: x86_64-pc-windows-msvc/msvc |
|
|
|
architecture: x64 |
|
|
|
runner: windows-latest |
|
|
|
runner: windows-2022 |
|
|
|
- target: aarch64-pc-windows-msvc/msvc |
|
|
|
architecture: ARM64 |
|
|
|
runner: windows-11-arm |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ env: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
name: installer for ${{ inputs.arch }} |
|
|
|
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }} |
|
|
|
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }} |
|
|
|
timeout-minutes: 60 |
|
|
|
env: |
|
|
|
ARCH: ${{ inputs.arch }} |
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ env: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
name: Build and test (${{ inputs.arch }}) |
|
|
|
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }} |
|
|
|
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }} |
|
|
|
timeout-minutes: 60 |
|
|
|
env: |
|
|
|
ARCH: ${{ inputs.arch }} |
|
|
|
|
|
|
|
@ -49,13 +49,13 @@ jobs: |
|
|
|
include: |
|
|
|
# - target: i686-pc-windows-msvc/msvc |
|
|
|
# architecture: Win32 |
|
|
|
# runner: windows-latest |
|
|
|
# runner: windows-2022 |
|
|
|
- target: x86_64-pc-windows-msvc/msvc |
|
|
|
architecture: x64 |
|
|
|
runner: windows-latest |
|
|
|
runner: windows-2022 |
|
|
|
# - target: aarch64-pc-windows-msvc/msvc |
|
|
|
# architecture: ARM64 |
|
|
|
# runner: windows-latest |
|
|
|
# runner: windows-2022 |
|
|
|
- target: x86_64-apple-darwin/clang |
|
|
|
architecture: x86_64 |
|
|
|
runner: macos-13 |
|
|
|
|