Skip to content

Commit

Permalink
windows-2025 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 27, 2024
1 parent 5e7ed70 commit 9e19806
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ jobs:
fail-fast: false
matrix:
include:
- runner: 'macos-latest'
buildArch: 'Universal'
qtVersion: '6.8.1'
- runner: 'windows-latest'
- runner: 'windows-2025'
buildArch: 'X64'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_64'
- runner: 'windows-latest'
- runner: 'windows-2025'
buildArch: 'Arm64'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_arm64_cross_compiled'
Expand Down

0 comments on commit 9e19806

Please sign in to comment.