mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Build on macos only
This commit is contained in:
parent
2c8331e82e
commit
f0b4d9b103
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -8,10 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'IntellectualSites'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
@ -22,5 +19,5 @@ jobs:
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
- name: Build on ${{ matrix.os }}
|
||||
- name: Build on macos-latest
|
||||
run: ./gradlew clean build
|
||||
|
Loading…
Reference in New Issue
Block a user