Skip to content

Commit

Permalink
[ci] rev actions/checkout to latest major and drop ubuntu 18.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrberry committed Dec 9, 2023
1 parent c9aa7ac commit 04c6354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- ubuntu-latest
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-18.04
- macos-latest
- macos-12
- macos-11
Expand All @@ -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
Expand Down

0 comments on commit 04c6354

Please sign in to comment.