Skip to content

Commit

Permalink
Remove Windows cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Sep 8, 2024
1 parent fd23466 commit d10ec34
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
target:
- linux-x86_64-static
- linux-x86_64-dyn
- win32-static
- win32-dyn
include:
- target: linux-x86_64-static
image_variant: focal
Expand All @@ -120,18 +118,6 @@ jobs:
arch_name: linux-x86_64
run_test: true
coverage: true
- target: win32-static
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
run_test: false
coverage: false
- target: win32-dyn
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
run_test: false
coverage: false
env:
HOME: /home/runner
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d10ec34

Please sign in to comment.