Skip to content

Commit

Permalink
Now builds using macOS exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed May 13, 2023
1 parent a69ca7e commit abcee68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
matrix:
include:
- targetPlatform: StandaloneOSX # Build a macOS standalone (Intel 64-bit).
jobOS: ubuntu-latest
jobOS: macos-latest
- targetPlatform: StandaloneWindows # Build a Windows standalone.
jobOS: ubuntu-latest
jobOS: macos-latest
- targetPlatform: StandaloneWindows64 # Build a Windows 64-bit standalone.
jobOS: ubuntu-latest
jobOS: macos-latest
- targetPlatform: StandaloneLinux64 # Build a Linux 64-bit standalone.
jobOS: ubuntu-latest
jobOS: macos-latest
# - targetPlatform: iOS # Build an iOS player.
# jobOS: ubuntu-latest
# jobOS: macos-latest
- targetPlatform: Android # Build an Android .apk standalone app.
jobOS: ubuntu-latest
jobOS: macos-latest
# - targetPlatform: WebGL # WebGL.
# jobOS: ubuntu-latest
# jobOS: macos-latest

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

0 comments on commit abcee68

Please sign in to comment.