Skip to content

Commit

Permalink
[CI] Set macOS environment to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Dec 5, 2024
1 parent d1f8887 commit fe2a814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# macOS ----------------------------------------------------------------------
macos:
name: macOS
runs-on: macos-12
runs-on: macOS-13
timeout-minutes: 60
steps:
- name: Download repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# macOS ----------------------------------------------------------------------
macos:
name: macOS
runs-on: macos-12
runs-on: macOS-13
timeout-minutes: 60
needs: create-release
steps:
Expand Down

0 comments on commit fe2a814

Please sign in to comment.