We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f82ee8 commit c3b3e53Copy full SHA for c3b3e53
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push]
4
jobs:
5
lint:
6
name: Lint
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- uses: crystal-ameba/github-action@v0.2.12
@@ -15,7 +15,7 @@ jobs:
15
16
spec:
17
name: Spec
18
19
20
21
- uses: crystal-lang/install-crystal@v1
0 commit comments