Skip to content

Commit

Permalink
updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 28, 2024
1 parent c36b32a commit 96754c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,12 @@ jobs:
# release

electron-versions:
runs-on: ${{ matrix.os }}
runs-on: windows-2022
outputs:
matrix: ${{ steps.electron-test-versions.outputs.matrix }}
strategy:
# fail-fast: false
matrix:
os: [windows-2022]

needs: build
name: latest-electron-versions
name: electron-versions
steps:
- name: Electron versions
shell: bash
Expand Down

0 comments on commit 96754c6

Please sign in to comment.