Skip to content

Commit

Permalink
Downgraded Ubuntu VS version for Windows the build
Browse files Browse the repository at this point in the history
For whatever reason compiling Windows native binaries on Ubuntu 22.04 produces a 32-bit binary that doesn't work (the 64-bit one does work).
Compiling them on Ubuntu 20.04 produces working binaries, which are also both much smaller than the ones from Ubuntu 22.04.
  • Loading branch information
Pavel Penev authored and Mailaender committed Sep 9, 2023
1 parent b13878b commit e2932a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
windows:
name: Windows (x86 + x64)
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Setup Dependencies
run: |
Expand Down

0 comments on commit e2932a1

Please sign in to comment.