Skip to content

Commit

Permalink
chore(ci): change runs-on to macOS 15 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime authored Nov 11, 2024
1 parent a7c7349 commit 975049c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deploy_docs:
name: Generate Documentation
runs-on: macos-latest
runs-on: macos-15
steps:
- # Checkout the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
release:
name: Publish Release
runs-on: macos-latest
runs-on: macos-15
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
macos-unit-tests:
name: Unit Tests (macos)
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 30
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 975049c

Please sign in to comment.