mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-11 07:12:03 +01:00
Remove MacOS x86, Jdk doesnt exist for it
This commit is contained in:
8
.github/workflows/Build.yml
vendored
8
.github/workflows/Build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Build application packages
|
name: Build application packages
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [ linux-x64, linux-x86, osx-x64, osx-x86, win-x64, win-x86 ]
|
runtime: [ linux-x64, linux-x86, osx-x64, win-x64, win-x86 ]
|
||||||
include:
|
include:
|
||||||
- runtime: linux-x64
|
- runtime: linux-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
@@ -33,12 +33,6 @@ jobs:
|
|||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
buildPackage: ./scripts/BuildMacPkg.sh
|
buildPackage: ./scripts/BuildMacPkg.sh
|
||||||
buildJar: ./scripts/BuildUnixJar.sh
|
buildJar: ./scripts/BuildUnixJar.sh
|
||||||
|
|
||||||
- runtime: osx-x86
|
|
||||||
arch: x86
|
|
||||||
os: macOS-latest
|
|
||||||
buildPackage: ./scripts/BuildMacPkg.sh
|
|
||||||
buildJar: ./scripts/BuildUnixJar.sh
|
|
||||||
|
|
||||||
- runtime: win-x64
|
- runtime: win-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
|
|||||||
Reference in New Issue
Block a user