Skip to content

Commit

Permalink
v2: Update default BCs to v11.6.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Jul 23, 2024
1 parent 01f33fc commit 3b861eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [2.12.0] - 2024-07-23

### Changed

- Update default BCs to v11.6.0

## [2.11.0] - 2024-07-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/executors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ They have on two optional parameters:

1. `resource_class` which defaults to `large`
2. `baselibs_version` which defaults to `v7.25.0`
3. `bcs_version` which defaults to `v11.5.0`
3. `bcs_version` which defaults to `v11.6.0`

## See:
- [Orb Author Intro](https://circleci.com/docs/2.0/orb-author-intro/#section=configuration)
Expand Down
2 changes: 1 addition & 1 deletion src/executors/gfortran_bcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
bcs_version:
description: "Version of boundary conditions to use"
default: v11.5.0
default: v11.6.0
type: string

docker:
Expand Down
2 changes: 1 addition & 1 deletion src/executors/ifort_bcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
bcs_version:
description: "Version of boundary conditions to use"
default: v11.5.0
default: v11.6.0
type: string

docker:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/run_gcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
description: "Baselibs version to use"
bcs_version:
type: string
default: v11.5.0
default: v11.6.0
description: "Boundary condition version to use"
workspace_root:
description: "Workspace root"
Expand Down

0 comments on commit 3b861eb

Please sign in to comment.