Skip to content

Commit

Permalink
Updated CI images and cmake minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 8, 2023
1 parent def32b5 commit 67c2d84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- main

defaults:
run:
shell: bash -l {0}

jobs:

pre-commit:
Expand All @@ -22,13 +26,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]

steps:
- uses: actions/checkout@v3

- name: Install mamba
uses: mamba-org/provision-with-micromamba@v14
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: environment-dev.yml
environment-name: xwidgets
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ~~~

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.8)

if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
project(xwidgets-test)
Expand Down

0 comments on commit 67c2d84

Please sign in to comment.