Skip to content

Commit

Permalink
Merge pull request #4199 from bencourliss/update-actions2
Browse files Browse the repository at this point in the history
Issue openhorizon#4197 - Update GitHub Actions workflows
  • Loading branch information
LiilyZhang authored Dec 10, 2024
2 parents 45a4cb0 + 7ff560e commit 6825964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
mac-build:
needs: offset-build-number

runs-on: macos-14
runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-13' || 'macos-14' }}

strategy:
matrix:
Expand Down

0 comments on commit 6825964

Please sign in to comment.