We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78d419 commit 8ca0c2bCopy full SHA for 8ca0c2b
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-2022, macos-14, ubuntu-24.04 ]
+ os: [ windows-2025, macos-14, ubuntu-24.04 ]
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout
0 commit comments