Skip to content

Commit

Permalink
Change linux workflow to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhsv committed Oct 11, 2023
1 parent 135d1fa commit 8c0b735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
platform: [x32, x64]
compiler: [gcc, clang]
configure:
Expand All @@ -24,7 +24,6 @@ jobs:
steps:
- name: Setup Dependencies
run: |
sudo add-apt-repository --yes ppa:maxmind/ppa
sudo apt-get update -y -qq
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8c0b735

Please sign in to comment.