Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ubuntu:
name: Release Tests on Ubuntu 20.04
runs-on: ubuntu-20.04
name: Release Tests on Ubuntu 24.04
runs-on: ubuntu-24.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand All @@ -26,8 +26,8 @@ jobs:
sudo apt-get -y dist-upgrade
sudo apt-get install --ignore-hold --allow-downgrades -y \
apache2 \
mariadb-client-10.3 \
netcat \
mariadb-client \
netcat-traditional \
libappconfig-perl \
libdate-calc-perl \
libtemplate-perl \
Expand Down