We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808f0fd commit 224c8c4Copy full SHA for 224c8c4
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
build-and-test:
31
strategy:
32
matrix:
33
- os: [ubuntu-20.04, ubuntu-24.04-arm, windows-2022, macos-14]
+ os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
34
35
runs-on: ${{ matrix.os }}
36
0 commit comments