Skip to content

Commit 02dd1ca

Browse files
committed
Moved all build workflows into one
1 parent c663cb9 commit 02dd1ca

File tree

3 files changed

+5
-122
lines changed

3 files changed

+5
-122
lines changed

.github/workflows/release-macos-arm.yml

-60
This file was deleted.

.github/workflows/release-macos-x86_64.yml

-60
This file was deleted.

.github/workflows/release-linux.yml renamed to .github/workflows/release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release linux (x86_64)
1+
name: Build binaries and create release
22

33
on:
44
push:
@@ -7,7 +7,10 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
11+
strategy:
12+
matrix:
13+
os: [macos-latest, ubuntu-latest, macos-13] # Specify the runners you want to use
1114

1215
steps:
1316
- name: Checkout repository

0 commit comments

Comments
 (0)