Skip to content

Commit

Permalink
Use macos-13 everywhere (#3697)
Browse files Browse the repository at this point in the history
A recent change to update the version of macOS we use to perform
Homebrew CI has led to the versions getting out of sync; this PR ensures
that they're consistent.
  • Loading branch information
Baltoli authored Oct 10, 2023
1 parent 66da7c4 commit 2da33e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:

macos-test:
name: 'Test MacOS Package'
runs-on: macos-11
runs-on: macos-13
timeout-minutes: 60
environment: production
needs: [macos-build, set-release-id]
Expand Down

0 comments on commit 2da33e0

Please sign in to comment.