mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
macOS CI fixes (#587)
* Update checkout to v4 * Update upload-artifact to v4 * don't try to reinstall python * Update to v4 in Qt_Build.yml too * remove python re-install in Qt_Build.yml too
This commit is contained in:
parent
2754df9b94
commit
1674ad5a2c
2 changed files with 6 additions and 6 deletions
6
.github/workflows/MacOS_Build.yml
vendored
6
.github/workflows/MacOS_Build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: brew install --overwrite python@3.12 && brew install dylibbundler imagemagick
|
run: brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Run bundle script
|
- name: Run bundle script
|
||||||
run: ./.github/mac-bundle.sh
|
run: ./.github/mac-bundle.sh
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: zip -r Alber Alber.app
|
run: zip -r Alber Alber.app
|
||||||
|
|
||||||
- name: Upload MacOS App
|
- name: Upload MacOS App
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MacOS Alber App Bundle
|
name: MacOS Alber App Bundle
|
||||||
path: 'Alber.zip'
|
path: 'Alber.zip'
|
||||||
|
|
6
.github/workflows/Qt_Build.yml
vendored
6
.github/workflows/Qt_Build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install --overwrite python@3.12 && brew install dylibbundler imagemagick
|
brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Install qt
|
- name: Install qt
|
||||||
run: brew install qt && which macdeployqt
|
run: brew install qt && which macdeployqt
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
run: zip -r Alber Alber.app
|
run: zip -r Alber Alber.app
|
||||||
|
|
||||||
- name: Upload MacOS App
|
- name: Upload MacOS App
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MacOS Alber App Bundle
|
name: MacOS Alber App Bundle
|
||||||
path: 'Alber.zip'
|
path: 'Alber.zip'
|
||||||
|
|
Loading…
Add table
Reference in a new issue