Skip to content

Commit e63d91b

Browse files
authored
update runner ubuntu version (#4)
1 parent eb66e5b commit e63d91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44
jobs:
55
lint:
66
name: Lint
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: crystal-ameba/github-action@v0.2.12
@@ -15,7 +15,7 @@ jobs:
1515

1616
spec:
1717
name: Spec
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: crystal-lang/install-crystal@v1

0 commit comments

Comments
 (0)