Skip to content

Commit

Permalink
In buildLoadup.yml, set runs-on:macos-latest to runs-on:macos-14 so a…
Browse files Browse the repository at this point in the history
…s to avoid issues when -latest changes without our noticing.
  • Loading branch information
fghalasz committed Nov 11, 2024
1 parent e5d4e0d commit 0dfac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildLoadup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
#
macos_installer:

runs-on: macos-latest
runs-on: macos-14

needs: [sentry, loadup]
if: |
Expand Down

0 comments on commit 0dfac33

Please sign in to comment.