We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575ce48 commit 00147acCopy full SHA for 00147ac
1 file changed
.github/workflows/build_and_run_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Build and Tests
29
strategy:
30
matrix:
31
- os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
+ os: [ ubuntu-22.04, ubuntu-24.04 ]
32
runs-on: ${{ matrix.os }}
33
steps:
34
- run: |
0 commit comments