Skip to content

Commit 4cc091c

Browse files
committed
Fixing missing macos-13
1 parent 35046fd commit 4cc091c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313

1414
matrix:
15-
os: [ubuntu-latest, macos-14, ubuntu-24.04-arm, macos-13, windows-2022 ]
15+
os: [ubuntu-latest, macos-15, ubuntu-24.04-arm, macos-15-intel, windows-2022 ]
1616
build_type: [Release]
1717
staticcompile: [ON, OFF]
1818

@@ -61,7 +61,7 @@ jobs:
6161
project/build/include/*
6262
6363
- name: Upload Artifact - Mac Arm64
64-
if: contains(matrix.os, 'macos') && matrix.staticcompile == 'ON' && matrix.os == 'macos-14'
64+
if: contains(matrix.os, 'macos') && matrix.staticcompile == 'ON' && matrix.os == 'macos-15'
6565
uses: actions/upload-artifact@v4
6666
with:
6767
name: cmsgen-mac-arm64
@@ -71,7 +71,7 @@ jobs:
7171
project/build/include/*
7272
7373
- name: Upload Artifact - Mac x86_64
74-
if: contains(matrix.os, 'macos') && matrix.staticcompile == 'ON' && matrix.os == 'macos-13'
74+
if: contains(matrix.os, 'macos') && matrix.staticcompile == 'ON' && matrix.os == 'macos-15-intel'
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: cmsgen-mac-x86_64

0 commit comments

Comments
 (0)