Skip to content

Commit

Permalink
Disabled 32-bit build in Ubuntu
Browse files Browse the repository at this point in the history
Src-commit: 67a57bca4869aeff1e35e8e0056c5d04473025ac
  • Loading branch information
jfmc committed Jul 22, 2024
1 parent 88cdf78 commit d45e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Note: enable only one 'devenv' build (for docs release)
- { os: ubuntu-latest, arch: x86_64, inskind: minciao }
- { os: ubuntu-latest, arch: x86_64, inskind: devenv }
- { os: ubuntu-latest, arch: i686, inskind: minciao }
# - { os: ubuntu-latest, arch: i686, inskind: minciao }
- { os: macos-latest, arch: x86_64, inskind: minciao }
- { os: macos-latest, arch: x86_64, inskind: devenv-nodocs }
- { os: windows-2019, arch: x86_64, inskind: minciao }
Expand Down

0 comments on commit d45e977

Please sign in to comment.