Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
PROCURSUS: /opt/procursus
PATH: /opt/procursus/bin:/opt/procursus/libexec/gnubin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/ruby@2.7/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
id: Update-Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1.0'
xcode-version: '14.2'
- name: macOS Build
id: macOS-Build
run: |
Expand All @@ -36,36 +36,36 @@ jobs:
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/.github/workflows/mac-post.sh
- name: Versioning
id: Versioning
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Versioning
path: |
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/latest_build_sha.txt
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/latest_build_num.txt
- name: macOS x86_64 RELEASE Archive
id: macOS-x86_64-RELEASE-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-macOS-x86_64-RELEASE
path: |
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/iBoot64Patcher-macOS-x86_64-*-RELEASE.tar.xz
- name: macOS x86_64 DEBUG Archive
id: macOS-x86_64-DEBUG-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-macOS-x86_64-DEBUG
path: |
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/iBoot64Patcher-macOS-x86_64-*-DEBUG.tar.xz
- name: macOS arm64 RELEASE Archive
id: macOS-arm64-RELEASE-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-macOS-arm64-RELEASE
path: |
/Users/runner/work/iBoot64Patcher/iBoot64Patcher/iBoot64Patcher-macOS-arm64-*-RELEASE.tar.xz
- name: macOS arm64 DEBUG Archive
id: macOS-arm64-DEBUG-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-macOS-arm64-DEBUG
path: |
Expand Down Expand Up @@ -102,14 +102,14 @@ jobs:
mv /home/runner/work/iBoot64Patcher/iBoot64Patcher/.github/workflows/iBoot64Patcher2.tar.xz /home/runner/work/iBoot64Patcher/iBoot64Patcher/.github/workflows/$(cat /home/runner/work/iBoot64Patcher/iBoot64Patcher/.github/workflows/name2.txt)
- name: iBoot64Patcher Linux x86_64 RELEASE Archive
id: iBoot64Patcher-Linux-x86_64-RELEASE-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-Linux-x86_64-RELEASE
path: |
/home/runner/work/iBoot64Patcher/iBoot64Patcher/.github/workflows/iBoot64Patcher-Linux-x86_64*-RELEASE.tar.xz
- name: iBoot64Patcher Linux x86_64 DEBUG Archive
id: iBoot64Patcher-Linux-x86_64-DEBUG-Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iBoot64Patcher-Linux-x86_64-DEBUG
path: |
Expand Down