We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fda095 commit 4d902d8Copy full SHA for 4d902d8
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [windows-latest, macos-latest, ubuntu-22.04]
+ os: [windows-latest, macos-latest, ubuntu-20.04]
13
fail-fast: false
14
steps:
15
- name: Expose GitHub Runtime
0 commit comments