Skip to content

Commit

Permalink
Deprecate Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetii committed Mar 24, 2024
1 parent faa7a57 commit 3445060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ function install_rcup {
echo "Installing RCM"
case $OS in
Ubuntu*)
command -v add-apt-repository || {
sudo apt install -y software-properties-common
}
sudo add-apt-repository -y ppa:martin-frost/thoughtbot-rcm
sudo apt-get -y update
sudo apt-get -y install rcm
;;
Expand Down

0 comments on commit 3445060

Please sign in to comment.