Skip to content

Commit

Permalink
Upgraded macos-12 runners to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Nov 15, 2024
1 parent a7816a3 commit dda49aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmaboss-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
cmaboss_macos:
name: cMaBoSS
runs-on: macos-12
runs-on: macos-13
env:
CC: clang
CXX: clang++
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

build_wheels_macos:
name: Build MacOS wheels
runs-on: macos-12
runs-on: macos-13
needs: cmaboss_macos

steps:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
fail-fast: false
matrix:
version: [{python: "3.8", numpy: "1.24"}, {python: "3.9", numpy: "2.0"}, {python: "3.10", numpy: "2.0"}, {python: "3.11", numpy: "2.0"}, {python: "3.12", numpy: "2.0"}]
runs-on: macos-12
runs-on: macos-13

defaults:
run:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
fail-fast: false
matrix:
version: [{python: "3.8", numpy: "1.24"}, {python: "3.9", numpy: "2.0"}, {python: "3.10", numpy: "2.1"}, {python: "3.11", numpy: "2.1"}, {python: "3.12", numpy: "2.1"}]
runs-on: macos-12
runs-on: macos-13

defaults:
run:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/maboss-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
maboss_macos:
name: MaBoSS
runs-on: macos-12
runs-on: macos-13
env:
CC: gcc-12
CXX: g++-12
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

maboss_llvm_macos:
name: MaBoSS (clang)
runs-on: macos-12
runs-on: macos-13
env:
CC: clang
CXX: clang++
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

maboss_binary_macos:
name: MaBoSS MacOSX x86_64 binary
runs-on: macos-12
runs-on: macos-13
needs: [maboss_macos, maboss_llvm_macos]
env:
CC: clang
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
maboss_binary_macos_universal:
name: MaBoSS MacOSX universal binary
needs: [maboss_binary_macos, maboss_binary_macos_m1]
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

maboss_library_macos:
name: Building MaBoSS osx library
runs-on: macos-12
runs-on: macos-13
needs: [maboss_macos, maboss_llvm_macos]

steps:
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:

maboss_library_sbml_macos:
name: Building MaBoSS osx library with libSBML
runs-on: macos-12
runs-on: macos-13
needs: [maboss_macos, maboss_llvm_macos]
env:
CC: gcc-12
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
{id: 0, name: "defaults"},
{id: 1, name: "conda-forge"}
]
runs-on: macos-12
runs-on: macos-13
defaults:
run:
shell: sh -l {0}
Expand Down

0 comments on commit dda49aa

Please sign in to comment.