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 278fdf7 commit ebb3846Copy full SHA for ebb3846
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Run tests
15
strategy:
16
matrix:
17
- os: [ubuntu-20.04, windows-2022, macos-13]
+ os: [ubuntu-24.04, windows-2022, macos-14]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Checkout code
0 commit comments