We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b380a commit 76a52f5Copy full SHA for 76a52f5
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- os: [ubuntu-22.04, ubuntu-20.04]
+ os: [ubuntu-24.04, ubuntu-22.04]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- uses: actions/checkout@v3
0 commit comments