Skip to content

Commit

Permalink
CI: remove Ubuntu 18.04 job (#473)
Browse files Browse the repository at this point in the history
GitHub Actions will remove the Ubuntu 18.04 image in December and have
brownouts before that: actions/runner-images#6002
  • Loading branch information
dentarg committed Aug 19, 2022
1 parent 860fede commit 4fc5bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -102,7 +102,6 @@ jobs:
- { os: ubuntu-20.04, ruby: 2.7, gemfile: gemfiles/public_suffix_3.rb }
- { os: ubuntu-20.04, ruby: 2.7, gemfile: gemfiles/public_suffix_4.rb }
# Ubuntu
- { os: ubuntu-18.04, ruby: 2.7 }
- { os: ubuntu-22.04, ruby: 3.1 }
# macOS
- { os: macos-11, ruby: 3.1 }
Expand Down

1 comment on commit 4fc5bb6

@Tanyajackson638
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

run: echo NOOP

Please sign in to comment.