Skip to content

Commit

Permalink
CI: don't build for 32 bit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Apr 20, 2024
1 parent f661383 commit 0b3e5af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
echo "${{ steps.report2.outputs.failed }} opengles tests failed"
exit 1
Windows:
runs-on: windows-latest
permissions:
Expand All @@ -154,7 +155,7 @@ jobs:
VULKAN_SDK: C:/VulkanSDK/1.3.231.1
strategy:
matrix:
platform: [Win32, x64, ARM64]
platform: [x64, ARM64]
defaults:
run:
shell: cmd
Expand Down Expand Up @@ -403,6 +404,7 @@ jobs:
# with:
# name: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan
# path: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan.zip

macOS:
runs-on: macos-latest
permissions:
Expand Down Expand Up @@ -462,6 +464,7 @@ jobs:
run: |
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
exit 1
iOS-Simulator:
runs-on: macos-latest
steps:
Expand All @@ -479,6 +482,7 @@ jobs:
- name: Build
run:
xcodebuild -project platform/xcode/love.xcodeproj -scheme love-ios -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11'

Android:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 0b3e5af

Please sign in to comment.