Skip to content

Commit

Permalink
ci: remove testing on ubuntu-18.04
Browse files Browse the repository at this point in the history
It has been deprecated sometime ago:
actions/runner-images#6002
  • Loading branch information
grafin committed Feb 25, 2024
1 parent ed07912 commit 95201ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
# so just use it.
- {runs-on: ubuntu-22.04, tarantool: '2.10', nightly: false}
- {runs-on: ubuntu-20.04, tarantool: '1.10', nightly: true}
- {runs-on: ubuntu-18.04, tarantool: '1.10', nightly: true}
runs-on: ${{ matrix.runs-on }}
env:
TARANTOOL_CACHE_KEY_SUFFIX: -A-${{ github.run_id }}
Expand Down

0 comments on commit 95201ed

Please sign in to comment.