Skip to content

Commit

Permalink
Update actions and mac runner (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jun 22, 2024
1 parent c59402c commit c480bd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
make_universal:
name: Make Universal
needs: [build-mac, build-mac-arm]
runs-on: macos-11
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: macOS
Expand All @@ -153,7 +153,7 @@ jobs:
github.repository_owner != 'wpilibsuite' ||
(github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v'))
- name: Import Developer ID Certificate
uses: wpilibsuite/import-signing-certificate@v1
uses: wpilibsuite/import-signing-certificate@v2
with:
certificate-data: ${{ secrets.APPLE_CERTIFICATE_DATA }}
certificate-passphrase: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
Expand All @@ -166,7 +166,7 @@ jobs:
if: |
github.repository_owner == 'wpilibsuite' &&
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: macOSUniversal
path: build/toUpload/
Expand Down

0 comments on commit c480bd1

Please sign in to comment.