From 5db428c6803a8e203a77340ccb857d9022e68ddd Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 16 May 2024 23:43:12 -0400 Subject: [PATCH] ci(release): disable macos-14 for now * until setup-fortran is fixed for macos-14 and gcc --- .github/workflows/release.yml | 10 +++++----- .github/workflows/release_dispatch.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ca19986108..0557bc8b2ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 diff --git a/.github/workflows/release_dispatch.yml b/.github/workflows/release_dispatch.yml index 7e96783c37e..dc269cbd0f4 100644 --- a/.github/workflows/release_dispatch.yml +++ b/.github/workflows/release_dispatch.yml @@ -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.