mirror of
https://github.com/mattrberry/crab.git
synced 2024-11-16 19:49:30 +01:00
[ci] rev actions/checkout to latest major and drop ubuntu 18.04 support
This commit is contained in:
parent
c9aa7acfc6
commit
04c635410f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
|||
- ubuntu-latest
|
||||
- ubuntu-22.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-18.04
|
||||
- macos-latest
|
||||
- macos-12
|
||||
- macos-11
|
||||
|
@ -24,7 +23,7 @@ jobs:
|
|||
SHARDS_OPTS: --ignore-crystal-version
|
||||
steps:
|
||||
- name: Download source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Crystal
|
||||
uses: oprypin/install-crystal@v1
|
||||
|
|
Loading…
Reference in a new issue