Skip to content

Commit 74b3825

Browse files
authored
Merge pull request #26 from omarirfa/omarirfa-patch-3
chore: Add new OS versions to build matrix
2 parents 04327c3 + 9821625 commit 74b3825

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# check runners here https://github.com/actions/runner-images/tree/main
2+
13
name: build_and_publish
24

35
on:
@@ -19,17 +21,27 @@ jobs:
1921

2022
matrix:
2123
include:
22-
- os: ubuntu-latest
24+
# Linux
25+
- os: ubuntu-24.04
2326
target: x86_64
24-
27+
28+
# Windows
2529
- os: windows-2025-vs2026
26-
target: x64
27-
28-
- os: macos-13
2930
target: x86_64
30-
31+
32+
# macOS Intel
33+
- os: macos-15-intel
34+
target: x86_64
35+
36+
- os: macos-26-intel
37+
target: x86_64
38+
39+
# macOS ARM64
3140
- os: macos-14
3241
target: aarch64
42+
43+
- os: macos-26
44+
target: aarch64
3345

3446
steps:
3547
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)