Skip to content

Commit 4a4a70e

Browse files
authored
Merge pull request #67 from johnnynunez/patch-1
[BUG] macos ci.yml
2 parents d3060b0 + 8b82267 commit 4a4a70e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ ubuntu-24.04, ubuntu-22.04, macos-15 ]
16+
os: [ ubuntu-24.04, ubuntu-22.04]
1717
arch: [ x86_64 ]
1818
include:
1919
- os: ubuntu-24.04-arm
2020
arch: aarch64
2121
- os: ubuntu-22.04-arm
2222
arch: aarch64
23+
- os: macos-13
24+
arch: x86_64
2325
- os: macos-15
2426
arch: arm64
2527
- os: windows-2025

0 commit comments

Comments
 (0)