Skip to content

Commit db65e4d

Browse files
committed
Update CI script
1 parent 5082e3d commit db65e4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
boost_version: 1.84.0
6666
- name: Install SCIP
6767
run: |
68-
wget https://github.com/scipopt/scip/releases/download/v901/SCIPOptSuite-9.0.1-Linux-ubuntu22.sh
69-
chmod +x SCIPOptSuite-9.0.1-Linux-ubuntu22.sh
70-
./SCIPOptSuite-9.0.1-Linux-ubuntu22.sh --skip-license
68+
wget https://github.com/scipopt/scip/releases/download/v920/SCIPOptSuite-9.2.0-Linux-ubuntu22.sh
69+
chmod +x SCIPOptSuite-9.2.0-Linux-ubuntu22.sh
70+
./SCIPOptSuite-9.2.0-Linux-ubuntu22.sh --skip-license
7171
- name: Build SCIP++
7272
run: |
7373
CMAKE_PREFIX_PATH=./lib/cmake/scip:./boost/boost/lib/cmake/Boost-1.84.0 cmake -DBUILD_TESTS=ON .
@@ -77,7 +77,7 @@ jobs:
7777
test_release_inx:
7878
strategy:
7979
matrix:
80-
os: [ ubuntu-latest, macos-11 ]
80+
os: [ ubuntu-latest, macos-13 ]
8181
runs-on: ${{ matrix.os }}
8282
steps:
8383
- uses: actions/checkout@v3
@@ -88,7 +88,7 @@ jobs:
8888
pushd ~/.conan2/profiles
8989
sed -i'' -e 's/gnu17/17/g' *
9090
popd
91-
conan install -of . -o with_tests=True .
91+
conan install -of . -o with_tests=True --build=missing .
9292
- name: Run CMake
9393
run: cmake --preset conan-release .
9494
- name: Compile
@@ -119,14 +119,14 @@ jobs:
119119
with:
120120
source: source include test
121121
extensions: 'hpp,cpp'
122-
clangFormatVersion: 16
122+
clangFormatVersion: 17
123123
doxygen:
124124
runs-on: ubuntu-latest
125125
steps:
126126
- uses: actions/checkout@v3
127127
- uses: ssciwr/doxygen-install@v1
128128
with:
129-
version: "1.10.0"
129+
version: "1.12.0"
130130
- uses: ts-graphviz/setup-graphviz@v1
131131
- name: Prepare Doxygen Config
132132
run: echo "PROJECT_NUMBER = ${GITHUB_REF}" >> Doxyfile

0 commit comments

Comments
 (0)