Skip to content

Commit

Permalink
Update CI for macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanvier committed May 5, 2024
1 parent 300339e commit b53a470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
dependencies:
- cgal=5.*
- ninja
- qt=5.12.*
- tbb-devel=2020.*
- qt=5.15.*
- tbb-devel=2021.*
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -39,7 +39,7 @@ jobs:
node-version: '16'

- name: Install Dependencies
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: CCCoreLib
auto-activate-base: false
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

ubuntu-build:
name: Ubuntu ${{ matrix.compiler }} SCALAR_DOUBLE=${{ matrix.scalar_double }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"

strategy:
Expand Down

0 comments on commit b53a470

Please sign in to comment.