Skip to content

Commit

Permalink
CI: Remove Windows x86 slices for Qt6 and FFmpeg builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Sep 11, 2023
1 parent 7a64c34 commit 5706bcf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [macos-arm64, macos-x86_64, linux-x86_64, windows-x64, windows-x86]
target: [macos-arm64, macos-x86_64, linux-x86_64, windows-x64]
include:
- target: macos-arm64
os: 'macos-13'
Expand All @@ -81,11 +81,6 @@ jobs:
config: 'Release'
type: 'static'
revision: 8
- target: windows-x86
os: 'ubuntu-22.04'
config: 'Release'
type: 'static'
revision: 8
env:
CACHE_REVISION: ${{ matrix.revision }}
defaults:
Expand Down Expand Up @@ -505,7 +500,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [x64, x86]
target: [x64]
config: [RelWithDebInfo, Debug]

steps:
Expand Down Expand Up @@ -541,7 +536,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [x64, x86]
target: [x64]
needs: [pre-checks, windows-qt6-build]
steps:
- name: Checkout
Expand Down

0 comments on commit 5706bcf

Please sign in to comment.