Skip to content

Commit

Permalink
fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Nov 18, 2024
1 parent 242b3bd commit d7ac44b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/electron-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
node-version: [18.x]
Expand All @@ -38,9 +38,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v3

- name: Build electron app
run: |
cd webapp
Expand Down

0 comments on commit d7ac44b

Please sign in to comment.