Skip to content

Commit

Permalink
back to macOS-10.15 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 9, 2023
1 parent e12f68f commit 50b0b06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-11, ubuntu-18.04, windows-2019]
platform: [macos-10.15, ubuntu-18.04, windows-2019]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: setup binaries (macos only)
if: matrix.platform == 'macos-11'
if: matrix.platform == 'macos-10.15'
run: |
mkdir src-tauri/bins
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
- name: build the app (macOS and Linux only)
if: matrix.platform == 'ubuntu-18.04' || matrix.platform == 'macos-11'
if: matrix.platform == 'ubuntu-18.04' || matrix.platform == 'macos-10.15'
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 50b0b06

Please sign in to comment.