Skip to content

Commit

Permalink
Check packages with ubuntu-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jun 9, 2024
1 parent ed3727b commit baea0a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Linux CI
on:
push:
paths:
- '.github/*'
- '3.0/*'
pull_request:
paths:
- '3.0/*'
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
CXXFLAGS: -std=${{ matrix.standard }} -Wno-error=deprecated-declarations
CXX: ${{ matrix.compiler }}
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update --assume-yes
sudo apt-get install --assume-yes --no-install-recommends clang g++ git make libc++-dev libc++abi-dev pkg-config
sudo apt-get install --assume-yes --no-install-recommends clang g++ git make pkg-config
- name: Checkout InspIRCd@insp3
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit baea0a5

Please sign in to comment.