This commit is contained in:
Zef Hemel
2023-01-05 15:26:56 +01:00
parent 23d090eed0
commit 7e6781012e
4 changed files with 18 additions and 12 deletions
+8 -9
View File
@@ -3,7 +3,6 @@ name: Build & Release
on:
push:
tags:
- v*
jobs:
build:
name: Build (${{ matrix.os }} - ${{ matrix.arch }})
@@ -11,14 +10,14 @@ jobs:
strategy:
matrix:
include:
- os: macOS-latest
arch: arm64
- os: macOS-latest
arch: x64
- os: windows-latest
arch: x64
- os: ubuntu-latest
arch: x64
- os: macOS-latest
arch: arm64
- os: macOS-latest
arch: x64
- os: windows-latest
arch: x64
- os: ubuntu-latest
arch: x64
steps:
- uses: actions/checkout@v3