Skip to content

Commit

Permalink
macos support real???
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 authored Dec 7, 2024
1 parent 672fa6c commit 5a76e6d
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Windows
os: windows-latest

# - name: iOS # what kind of person makes an ios version of their mod but not macos (me)
# os: macos-latest
# target: iOS
# removed ios until its supported for 2.206

- name: Android32
os: ubuntu-latest
target: Android32
Expand All @@ -28,22 +23,20 @@ jobs:
os: ubuntu-latest
target: Android64

- name: MacOS
os: macos-latest

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v4

- name: Clone geode-bindings repository
run: |
git clone https://github.com/YellowCat98/geode-bindings.git
echo "GEODE_BINDINGS_REPO_PATH=$(pwd)/geode-bindings" >> $GITHUB_ENV
shell: bash

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
cli: 'v3.0.0-beta.1'
bindings: geode-sdk/bindings
bindings-ref: main
combine: true
target: ${{ matrix.config.target }}

Expand Down

0 comments on commit 5a76e6d

Please sign in to comment.