@@ -65,12 +65,12 @@ jobs:
65
65
run : |
66
66
brew install ninja gcc@11 gmp boost eigen bison ccache automake [email protected] numpy scipy
67
67
#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
69
69
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
70
70
echo "GMP_INCLUDE_DIR=/opt/homebrew/Cellar/gmp/6.3.0/include" >> $GITHUB_ENV
71
71
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
74
74
75
75
ls -l /opt/homebrew/Cellar/[email protected] /*
76
76
brew info gcc@11
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
- name : Archive Library Tarball
138
138
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
140
140
with :
141
141
if-no-files-found : error
142
142
name : ${{ runner.os }}-${{ matrix.cxx }}
@@ -297,7 +297,7 @@ jobs:
297
297
with :
298
298
arch : x64
299
299
300
- - uses : actions/download-artifact@v3
300
+ - uses : actions/download-artifact@v4.1.7
301
301
with :
302
302
name : Linux-g++-10
303
303
0 commit comments