Skip to content

Commit

Permalink
[irods#7519] Remove Ubuntu 18.04 from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Mar 6, 2024
1 parent 4d4690a commit b6cfc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-irods-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: ['ubuntu:18.04','ubuntu:20.04','ubuntu:22.04']
container: ['ubuntu:20.04','ubuntu:22.04']
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit b6cfc53

Please sign in to comment.