Skip to content

Commit

Permalink
Make CI builds output GSE-macos-universal instead of GSE-osx
Browse files Browse the repository at this point in the history
Also change CI script name to macos.sh
  • Loading branch information
CasualPokePlayer committed Nov 30, 2024
1 parent 333e558 commit 903660b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: macos-universal
runner: macos-14
shell: sh
build_script: ./osx.sh
rid: osx
build_script: ./macos.sh
rid: macos-universal
- name: linux-x64
runner: ubuntu-latest
container: debian:11
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
arch: ${{ matrix.platform.msvc_arch }}
- name: Setup Xcode environment
if: matrix.platform.rid == 'osx'
if: matrix.platform.rid == 'macos-universal'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand Down

0 comments on commit 903660b

Please sign in to comment.