diff --git a/.github/workflows/build-ss3.yml b/.github/workflows/build-ss3.yml index 500cf01..035c34b 100644 --- a/.github/workflows/build-ss3.yml +++ b/.github/workflows/build-ss3.yml @@ -58,15 +58,15 @@ jobs: # Build ADMB for macos-13 - name: Build ADMB for macos-13 and put in path - if: matrix.config.os == 'macos-13' + if: matrix.config.os == 'macos-13' || matrix.config.os == 'macos-latest' || matrix.config.os == 'macos-15' run: | cd admb && make clean - name: See where admb is - if: matrix.config.os == 'macos-13' + if: matrix.config.os == 'macos-13' || matrix.config.os == 'macos-latest' || matrix.config.os == 'macos-15' run: | cd admb && ls - name: Compile admb, macOS - if: matrix.config.os == 'macos-13' + if: matrix.config.os == 'macos-13' || matrix.config.os == 'macos-latest' || matrix.config.os == 'macos-15' run: | cd admb && make -j 4 - name: Change permissions of admb and put in path, macOS