We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac67e35 commit 121659aCopy full SHA for 121659a
.github/workflows/build-and-test.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
30
- os: [ubuntu-20.04, windows-2019, macos-10.15]
+ os: [ubuntu-22.04, windows-2019, macos-10.15]
31
steps:
32
- uses: actions/checkout@v4
33
with:
0 commit comments