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 2e674c7 commit da0ccb7Copy full SHA for da0ccb7
.github/workflows/build.yml
@@ -10,6 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os:
13
+ - { image: ubuntu-24.04, name: linux }
14
- { image: ubuntu-22.04, name: linux }
15
- { image: ubuntu-20.04, name: linux }
16
runs-on: ${{ matrix.os.image }}
0 commit comments