Skip to content

Commit

Permalink
New: add macos 13 (intel) (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
brafdlog authored Dec 6, 2024
2 parents 97f0909 + 857cceb commit 3b3496f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os:
os:
- macos-13
- macos-latest
- ubuntu-latest
- windows-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os:
os:
- macos-13
- macos-latest
- ubuntu-latest
- windows-latest
Expand All @@ -84,7 +85,7 @@ jobs:
with:
cache: 'yarn'
node-version-file: '.node-version'

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@d33c176a9b784876d966f80fb1b461808edc0641
# Only install Snapcraft on Ubuntu
Expand Down

0 comments on commit 3b3496f

Please sign in to comment.