We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d11ad commit ee6a58eCopy full SHA for ee6a58e
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [20]
15
python-version: ["3.10"]
16
- os: [ubuntu-20.04]
+ os: [ubuntu-24.04]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: checkout
0 commit comments