Skip to content

Commit

Permalink
Update CI to Macos 14 (#1976)
Browse files Browse the repository at this point in the history
* Update to macos 14 (m1)

* Update rust, remove llvm dep in macos build

* Use ninja

* Use ninja
  • Loading branch information
kamilsa authored Feb 4, 2024
1 parent f5cdb75 commit 7e8c7af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
MacOS:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
Expand All @@ -42,7 +42,7 @@ jobs:
env:
KAGOME_MAC_CI: 1
- name: build
run: ./housekeeping/make_build.sh -DCLEAR_OBJS=ON -DCOVERAGE=OFF -DWASM_COMPILER=WasmEdge -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/cxx20.cmake
run: ./housekeeping/make_build.sh -G Ninja -DCLEAR_OBJS=ON -DCOVERAGE=OFF -DWASM_COMPILER=WasmEdge -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/cxx20.cmake
env:
KAGOME_IN_DOCKER: 0
KAGOME_MAC_CI: 1
Expand Down
4 changes: 2 additions & 2 deletions housekeeping/macos/dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ fi
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install scikit-build
sudo python3 -m pip install cmake==3.25 requests gitpython gcovr
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2022-11-20 --profile minimal

brew install llvm@12
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75.0 --profile minimal
brew install ninja

0 comments on commit 7e8c7af

Please sign in to comment.