Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
goerwin committed Mar 10, 2025
1 parent ab85125 commit 2488490
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-mac:
runs-on: macos-11
runs-on: macos-14
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.MAC_BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.MAC_BUILD_CERTIFICATE_BASE64_PASSWORD }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: bash buildApp.sh ${{github.ref_name}}

- name: Upload zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macArtifact
retention-days: 1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
powershell .\buildApp.ps1
- name: Upload zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: winArtifact
retention-days: 1
Expand All @@ -90,12 +90,12 @@ jobs:
runs-on: ubuntu-latest
needs: [build-mac, build-win]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: macArtifact
path: buildMac

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: winArtifact
path: buildWin
Expand Down

0 comments on commit 2488490

Please sign in to comment.