@@ -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.86.0_1 /include" >> $GITHUB_ENV
73
+ ls -l /opt/homebrew/Cellar/boost/1.86.0_1 /include
74
74
75
75
ls -l /opt/homebrew/Cellar/[email protected] /*
76
76
brew info gcc@11
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
- name : Archive Library Tarball
136
136
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
138
138
with :
139
139
if-no-files-found : error
140
140
name : ${{ runner.os }}-${{ matrix.cxx }}
@@ -295,7 +295,7 @@ jobs:
295
295
with :
296
296
arch : x64
297
297
298
- - uses : actions/download-artifact@v3
298
+ - uses : actions/download-artifact@v4.1.7
299
299
with :
300
300
name : Linux-g++-10
301
301
0 commit comments