Skip to content

Commit

Permalink
πŸ˜’ Fuck you Steve Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
wobbier committed Feb 23, 2024
1 parent 3e77681 commit 51e8d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build Editor
if: ${{ matrix.type == 'Editor' }}
uses: mxcl/xcodebuild@v1
uses: mxcl/xcodebuild@v2
with:
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Build Game
if: ${{ matrix.type == 'Game_macOS' }}
uses: mxcl/xcodebuild@v1
uses: mxcl/xcodebuild@v2
with:
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}
Expand Down

0 comments on commit 51e8d8d

Please sign in to comment.