Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Upgrade CI to macOS 13 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Dec 27, 2023
1 parent a019f63 commit 1d995ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
rust-target: x86_64-pc-windows-gnu

- artifact-name: Rust Native - macOS x86_64 (CasADi)
os: macOS-12
os: macOS-13
rust-target: x86_64-apple-darwin

- artifact-name: Rust Native - macOS arm64 (CasADi)
os: macOS-12
os: macOS-13
rust-target: aarch64-apple-darwin

- artifact-name: Rust Native - Linux x86_64 (CasADi)
Expand All @@ -47,7 +47,7 @@ jobs:
targets: ${{matrix.rust-target}}

- name: Set up Clang
if: matrix.os != 'macOS-12'
if: matrix.os != 'macOS-13'
uses: egor-tensin/setup-clang@v1
with:
version: latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
cmake-config-env-vars: CFLAGS="$CFLAGS -arch x86_64" CXXFLAGS="$CXXFLAGS -arch x86_64"
cmake-flags: "-DCMAKE_APPLE_SILICON_PROCESSOR=x86_64"
optimizer: casadi
os: macOS-12
os: macOS-13
- artifact-name: Native - macOS arm64 (CasADi)
cmake-config-env-vars: CFLAGS="$CFLAGS -arch arm64" CXXFLAGS="$CXXFLAGS -arch arm64"
cmake-flags: "-DCMAKE_APPLE_SILICON_PROCESSOR=arm64"
optimizer: casadi
os: macOS-12
os: macOS-13
- artifact-name: Native - Linux (CasADi)
cmake-config-env-vars:
cmake-flags:
Expand All @@ -41,7 +41,7 @@ jobs:
cmake-config-env-vars: CFLAGS="$CFLAGS -arch x86_64 -arch arm64" CXXFLAGS="$CXXFLAGS -arch x86_64 -arch arm64"
cmake-flags:
optimizer: sleipnir
os: macOS-12
os: macOS-13
- artifact-name: Native - Linux (Sleipnir)
cmake-config-env-vars:
cmake-flags:
Expand Down

0 comments on commit 1d995ad

Please sign in to comment.