Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Apr 8, 2024
1 parent bf47710 commit e1bc204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ jobs:
installer/skytemple-randomizer-*.exe
package-mac:
runs-on: macos-14
name: Build and package for Mac OS
runs-on: macos-12
name: Build and package for Mac OS (Intel)
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Upload .app
uses: actions/upload-artifact@v4
with:
name: skytemple-randomizer-mac-app
name: skytemple-randomizer-mac-app-x86_64
path: |
installer/skytemple-randomizer-mac.zip
Expand All @@ -311,6 +311,6 @@ jobs:
- name: Upload .dmg
uses: actions/upload-artifact@v4
with:
name: skytemple-randomizer-mac-dmg
name: skytemple-randomizer-mac-dmg-x86_64
path: |
installer/SkyTempleRandomizer*.dmg

0 comments on commit e1bc204

Please sign in to comment.