Skip to content

Commit

Permalink
Switching to macos-latest as the package lock references arm64 stuff …
Browse files Browse the repository at this point in the history
…from my mac... Breaks linux deploys. Seems to be related to npm/cli#4828
  • Loading branch information
njt1982 committed Jun 23, 2024
1 parent 493ca9c commit 6641320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 6641320

Please sign in to comment.