Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 26, 2024
1 parent 688d535 commit 967bc62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ jobs:
build-and-check-gcc-5:

runs-on: ubuntu-22.04
container: ubuntu:18.04
runs-on: ubuntu-20.04
##container: ubuntu:18.04
env:
# otherwise we hang when installing tzdata
DEBIAN_FRONTEND: noninteractive
Expand All @@ -278,6 +278,8 @@ jobs:

- name: Install Deps
run: |
echo "deb http://old-releases.ubuntu.com/ubuntu zesty main" | sudo tee /etc/apt/sources.list.d/zesty.list;
apt-add-repository -r universe;
apt-get update;
apt-get install -y \
curl \
Expand Down

0 comments on commit 967bc62

Please sign in to comment.