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.