We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4a7a commit 048b7abCopy full SHA for 048b7ab
.github/workflows/test.yml
@@ -3,7 +3,7 @@ on: [pull_request]
3
jobs:
4
test:
5
name: Test
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
7
steps:
8
- name: Clone the code
9
uses: actions/checkout@v4
0 commit comments