Skip to content

Commit

Permalink
build for silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Zweig committed Jan 3, 2024
1 parent a332646 commit e3e20d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-20.04, windows-latest, macos-latest]
platform: [ubuntu-20.04, windows-latest, macos-latest, macos-latest-xlarge]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install node-gyp dependencies
if: matrix.platform == 'macos-latest'
if: startsWith(matrix.platform, 'macos')
uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down

0 comments on commit e3e20d6

Please sign in to comment.