Skip to content

Commit 6eb6fba

Browse files
loriabevaleev
authored andcommitted
Update cmake.yml
1 parent 2ca7583 commit 6eb6fba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
run: |
6666
brew install ninja gcc@11 gmp boost eigen bison ccache automake [email protected] numpy scipy
6767
#echo "FC=/usr/local/bin/gfortran" >> $GITHUB_ENV
68-
echo "FC=/opt/homebrew/Cellar/gcc@11/11.4.0/bin/gfortran-11" >> $GITHUB_ENV
68+
echo "FC=/opt/homebrew/Cellar/gcc@11/11.5.0/bin/gfortran-11" >> $GITHUB_ENV
6969
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
7070
echo "GMP_INCLUDE_DIR=/opt/homebrew/Cellar/gmp/6.3.0/include" >> $GITHUB_ENV
7171
echo "GMP_LIBRARY_DIR=/opt/homebrew/Cellar/gmp/6.3.0/lib" >> $GITHUB_ENV
72-
echo "BOOST_INCLUDE_DIR=/opt/homebrew/Cellar/boost/1.85.0/include" >> $GITHUB_ENV
73-
ls -l /opt/homebrew/Cellar/boost/1.85.0/include
72+
echo "BOOST_INCLUDE_DIR=/opt/homebrew/Cellar/boost/1.86.0_1/include" >> $GITHUB_ENV
73+
ls -l /opt/homebrew/Cellar/boost/1.86.0_1/include
7474
7575
ls -l /opt/homebrew/Cellar/[email protected]/*
7676
brew info gcc@11
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Archive Library Tarball
136136
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.build_type == 'Release'}}
137-
uses: actions/upload-artifact@v3
137+
uses: actions/upload-artifact@v4.4.0
138138
with:
139139
if-no-files-found: error
140140
name: ${{ runner.os }}-${{ matrix.cxx }}
@@ -295,7 +295,7 @@ jobs:
295295
with:
296296
arch: x64
297297

298-
- uses: actions/download-artifact@v3
298+
- uses: actions/download-artifact@v4.1.7
299299
with:
300300
name: Linux-g++-10
301301

0 commit comments

Comments
 (0)