Skip to content

Commit

Permalink
Upgrade to macos-12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Sep 10, 2024
1 parent 9a98add commit 544f1bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, windows-2019, macos-11 ]
os: [ ubuntu-20.04, windows-2019, macos-12 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
fbs freeze
- if: matrix.os == 'macos-11'
- if: matrix.os == 'macos-12'
name: Sign Macos App
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
Expand All @@ -89,7 +89,7 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k ${{secrets.KEYCHAIN_PWD}} build.keychain
/usr/bin/codesign -v --timestamp --options=runtime --entitlements entitlements.plist --deep --force -s ${{secrets.MACOS_CERTIFICATE_IDENTITY}} target/Plotlyst.app
- if: matrix.os == 'macos-11'
- if: matrix.os == 'macos-12'
name: "Notarize Macos App"
uses: lando/[email protected]
with:
Expand All @@ -99,7 +99,7 @@ jobs:
appstore-connect-team-id: W527JJ9SK4
verbose: true

- if: matrix.os == 'macos-11'
- if: matrix.os == 'macos-12'
name: "Staple Macos App"
uses: BoundfoxStudios/action-xcode-staple@v1
with:
Expand All @@ -115,7 +115,7 @@ jobs:
name: app-deb-artifact
path: target/Plotlyst.deb
- uses: actions/upload-artifact@v2
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-12'
with:
name: app-mac-artifact
path: target/Plotlyst.dmg
Expand Down

0 comments on commit 544f1bc

Please sign in to comment.