Skip to content

Commit

Permalink
ci(release): disable macos-14 for now
Browse files Browse the repository at this point in the history
* until setup-fortran is fixed for macos-14 and gcc
  • Loading branch information
wpbonelli committed May 17, 2024
1 parent b50af44 commit 8a8ce56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
compiler: ${{ inputs.compiler_toolchain }}
version: ${{ inputs.compiler_version }}
parallel: false
- os: macos-14
compiler: gcc
version: 13
parallel: false
# - os: macos-14
# compiler: gcc
# version: 13
# parallel: false
- os: windows-2022
compiler: ${{ inputs.compiler_toolchain }}
version: ${{ inputs.compiler_version }}
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
include:
- os: ubuntu-22.04
- os: macos-13
- os: macos-14
# - os: macos-14
- os: windows-2022
parallel: false
- os: windows-2022
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
echo "version=$ver" >> $GITHUB_OUTPUT
make_dist:
name: Make distribution
uses: MODFLOW-USGS/modflow6/.github/workflows/release.yml@develop
uses: wpbonelli/modflow6/.github/workflows/release.yml@ci
needs: set_options
with:
# If the workflow is manually triggered, the maintainer must manually set approve=true to approve a release.
Expand Down

0 comments on commit 8a8ce56

Please sign in to comment.