Skip to content

Commit

Permalink
Try with older macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 8, 2024
1 parent 6812c35 commit b5b495d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ on:

jobs:
release_macos:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install Python 3.10
run: brew install [email protected] && brew unlink python && brew link --force --overwrite [email protected]
- name: Install Yarn
run: npm install --global yarn
- name: Install dependencies
Expand Down

0 comments on commit b5b495d

Please sign in to comment.