We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f606c commit 9e49048Copy full SHA for 9e49048
1 file changed
.github/workflows/build-and-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- os: [ windows-2025, macos-14, ubuntu-24.04 ]
+ os: [ windows-2025, macos-15, ubuntu-24.04 ]
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout
0 commit comments