Skip to content

Commit d42c364

Browse files
loriabevaleev
authored andcommitted
Update cmake.yml
1 parent b6a5b99 commit d42c364

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.87.0/include" >> $GITHUB_ENV
73+
ls -l /opt/homebrew/Cellar/boost/1.87.0/include
7474
7575
ls -l /opt/homebrew/Cellar/[email protected]/*
7676
brew info gcc@11
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Archive Library Tarball
138138
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.build_type == 'Release'}}
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v4.4.0
140140
with:
141141
if-no-files-found: error
142142
name: ${{ runner.os }}-${{ matrix.cxx }}
@@ -297,7 +297,7 @@ jobs:
297297
with:
298298
arch: x64
299299

300-
- uses: actions/download-artifact@v3
300+
- uses: actions/download-artifact@v4.1.7
301301
with:
302302
name: Linux-g++-10
303303

0 commit comments

Comments
 (0)