GHA: update tests upload to akamai. Try installing python 3.11 before appdmg

This commit is contained in:
aboyko
2023-11-07 20:02:02 -05:00
parent e74185bb61
commit 031387ef9e
2 changed files with 4 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ jobs:
sign-osx-distros:
needs: [ eclipse-distro-build ]
runs-on: macos-13-xl
runs-on: macos-latest-xl
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
@@ -224,6 +224,7 @@ jobs:
security unlock-keychain -p ${{ secrets.KEYCHAIN_PASSWORD }} $RUNNER_TEMP/app-signing.keychain-db
- name: Install appdmg
run: |
brew install python@3.11
npm install -g appdmg
- name: Download OSX tar.gz files from S3 for Signing/Notarization
env: