Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Jun 17, 2024
1 parent 60877c5 commit 39c95ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:


openmp-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: cache-openmp
id: cache-openmp
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

macos:
needs: [setup, openmp-macos]
runs-on: macos-11
runs-on: macos-12
env:
PACKAGENAME: ${{ needs.setup.outputs.APPNAME }}-${{ needs.setup.outputs.VERSION }}-macos
steps:
Expand Down

0 comments on commit 39c95ca

Please sign in to comment.