Skip to content

Commit

Permalink
chore(CI): GitHub Actions full build matrix restored
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed May 17, 2024
1 parent 48a9740 commit 2d9cca7
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,24 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [windows-latest, macos-13, macos-latest, ubuntu-20.04]
os: [ubuntu-20.04]
os: [windows-latest, macos-13, macos-latest, ubuntu-20.04]
include:
# - os: windows-latest
# osname: windows
# packname: win
# release_tag: latest-windows
# - os: macos-13
# osname: macos-intel
# packname: 'mac:skip-notarize'
# release_tag: latest-macos-intel
# - os: macos-latest
# osname: macos-arm
# packname: 'mac:skip-notarize'
# release_tag: latest-macos-arm
# - os: ubuntu-20.04
# osname: linux-intel
# packname: linux
# release_tag: latest-linux-intel
- os: windows-latest
osname: windows
packname: win
release_tag: latest-windows
- os: macos-13
osname: macos-intel
packname: 'mac:skip-notarize'
release_tag: latest-macos-intel
- os: macos-latest
osname: macos-arm
packname: 'mac:skip-notarize'
release_tag: latest-macos-arm
- os: ubuntu-20.04
osname: linux-intel
packname: linux
release_tag: latest-linux-intel
- os: ubuntu-20.04
osname: linux-arm
packname: linux
Expand Down

0 comments on commit 2d9cca7

Please sign in to comment.