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 daf5faf commit 217f0a3Copy full SHA for 217f0a3
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ${{ matrix.os }}
57
strategy:
58
matrix:
59
- os: [macOS-latest, windows-2019, ubuntu-latest]
+ os: [macOS-latest, windows-latest, ubuntu-latest]
60
name: cargo clippy
61
steps:
62
- uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
90
needs: find-msrv
91
92
93
94
name: cargo test
95
96
@@ -107,7 +107,7 @@ jobs:
107
run: cargo test
108
109
- name: cargo test -p accesskit_windows
110
- if: matrix.os == 'windows-2019'
+ if: matrix.os == 'windows-latest'
111
run: cargo test -p accesskit_windows
112
113
check-android-dex:
0 commit comments