We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c7349 commit 975049cCopy full SHA for 975049c
.github/workflows/documentation.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
deploy_docs:
13
name: Generate Documentation
14
- runs-on: macos-latest
+ runs-on: macos-15
15
steps:
16
- # Checkout the repository
17
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -13,7 +13,7 @@ on:
release:
name: Publish Release
18
- name: Checkout Repository
19
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
82
macos-unit-tests:
83
name: Unit Tests (macos)
84
- runs-on: macos-14
85
timeout-minutes: 30
86
87
- name: Checkout the repository
0 commit comments