Skip to content

Commit 58b5352

Browse files
authored
Merge pull request #429 from jhlegarreta/BumpGHAMacOS
ENH: Bump `macOS` version to 10.13 in GHA build, test, publish
2 parents 4c5b682 + 540f185 commit 58b5352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 3
1313
matrix:
14-
os: [ubuntu-22.04, windows-2022, macos-12]
14+
os: [ubuntu-22.04, windows-2022, macos-13]
1515
include:
1616
- os: ubuntu-22.04
1717
c-compiler: "gcc"
@@ -21,7 +21,7 @@ jobs:
2121
c-compiler: "cl.exe"
2222
cxx-compiler: "cl.exe"
2323
cmake-build-type: "Release"
24-
- os: macos-12
24+
- os: macos-13
2525
c-compiler: "clang"
2626
cxx-compiler: "clang++"
2727
cmake-build-type: "MinSizeRel"

0 commit comments

Comments
 (0)