Skip to content

Commit

Permalink
Merge pull request #201 from NOAA-EMC/ejh_update_bufr_version
Browse files Browse the repository at this point in the history
updated bufr version and bacio version in CI testing
  • Loading branch information
edwardhartnett authored Sep 27, 2023
2 parents c6246e5 + a7cbcf4 commit ff222eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
ref: v2.5.0
ref: v2.6.0

- name: build-bacio
run: |
Expand All @@ -59,14 +59,14 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1
ref: bufr_v12.0.0

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
with:
path: ~/bufr
key: bufr-intel-${{ matrix.compilers }}-${{ runner.os }}-v11.7.1
key: bufr-intel-${{ matrix.compilers }}-${{ runner.os }}-v12.0.0

- name: build-bufr
if: steps.cache-bufr.outputs.cache-hit != 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CC: gcc-11
strategy:
matrix:
bacio-version: [2.4.1, 2.5.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]

steps:

Expand Down Expand Up @@ -53,14 +53,14 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1
ref: v12.0.1

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v11.7.1
key: bufr-Linux_options_${{ runner.os }}-v12.0.1

- name: build-bufr
if: steps.cache-bufr.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
compiler: [gfortran-11, gfortran-12]
bacio-version: [2.4.1, 2.5.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]

steps:
- name: checkout-bacio
Expand Down

0 comments on commit ff222eb

Please sign in to comment.