From bc85ab7185e1754e492ab3347c4a5774bdff6607 Mon Sep 17 00:00:00 2001 From: kvhnuke <10602065+kvhnuke@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:18:50 -0800 Subject: [PATCH] fix: safari build --- .github/workflows/macos-deploy.yml | 10 +++++----- macos/Enkrypt/Gemfile.lock | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos-deploy.yml b/.github/workflows/macos-deploy.yml index 793715cc0..c1089fad2 100644 --- a/.github/workflows/macos-deploy.yml +++ b/.github/workflows/macos-deploy.yml @@ -7,7 +7,7 @@ jobs: name: safari build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup env id: node-version @@ -20,7 +20,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Cache yarn modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -34,7 +34,7 @@ jobs: mkdir release docker run --rm --user "$(id -u):$(id -g)" -v `pwd`:/home:rw enkrypt-build-container /bin/bash -c "cd packages/extension && yarn build:all && yarn build:safari" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: safari-build-artifact path: packages/extension/dist @@ -51,10 +51,10 @@ jobs: xcode-version: "latest-stable" - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Retrieve saved safari build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: safari-build-artifact path: packages/extension/dist diff --git a/macos/Enkrypt/Gemfile.lock b/macos/Enkrypt/Gemfile.lock index 2c747b99b..3ecbda28f 100644 --- a/macos/Enkrypt/Gemfile.lock +++ b/macos/Enkrypt/Gemfile.lock @@ -208,6 +208,7 @@ PLATFORMS universal-darwin-22 x86_64-darwin-20 x86_64-darwin-21 + arm64-darwin-23 DEPENDENCIES fastlane