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 08877d7 commit 3354168Copy full SHA for 3354168
.github/workflows/deployment.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-20.04, windows-2019]
+ os: [ubuntu-22.04, windows-2019]
25
runs-on: ${{ matrix.os }}
26
steps:
27
- uses: actions/checkout@v2
0 commit comments