We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456ce14 commit 7fcf012Copy full SHA for 7fcf012
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- os: ['macos-latest', 'ubuntu-22.04', 'ubuntu-20.04']
+ os: ['macos-latest', 'ubuntu-24.04', 'ubuntu-22.04']
21
runs-on: ${{ matrix.os }}
22
23
steps:
0 commit comments