Skip to content

Commit

Permalink
fix macos latest and macos-15 build-ss3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored Nov 12, 2024
1 parent 2cc054b commit a1e79ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ss3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e79ef

Please sign in to comment.