Skip to content

Commit

Permalink
Builds are now ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed May 17, 2023
1 parent 8abebe3 commit 046496e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
runs-on: ${{ matrix.jobOS }}
strategy:
fail-fast: false
#max-parallel: 5
max-parallel: 1
matrix:
include:
- targetPlatform: StandaloneOSX # Build a macOS standalone (Intel 64-bit).
jobOS: macos-latest
- targetPlatform: StandaloneWindows # Build a Windows standalone.
jobOS: macos-latest
jobOS: ubuntu-latest
- targetPlatform: StandaloneWindows64 # Build a Windows 64-bit standalone.
jobOS: macos-latest
jobOS: ubuntu-latest
- targetPlatform: StandaloneLinux64 # Build a Linux 64-bit standalone.
jobOS: macos-latest
jobOS: ubuntu-latest
# - targetPlatform: iOS # Build an iOS player.
# jobOS: macos-latest
- targetPlatform: Android # Build an Android .apk standalone app.
jobOS: macos-latest
# jobOS: ubuntu-latest
# - targetPlatform: Android # Build an Android .apk standalone app.
# jobOS: ubuntu-latest
# - targetPlatform: WebGL # WebGL.
# jobOS: macos-latest
# jobOS: ubuntu-latest

outputs:
StandaloneOSX: ${{ steps.outputResult.outputs.StandaloneOSX }}
Expand Down

0 comments on commit 046496e

Please sign in to comment.