Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Nov 18, 2024
1 parent d133d15 commit afdeaed
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-12
runs-on: macos-13
steps:
- name: cache-openmp
id: cache-openmp
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

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

0 comments on commit afdeaed

Please sign in to comment.