Skip to content

Commit

Permalink
CI: Use latest openSUSE Leap
Browse files Browse the repository at this point in the history
  • Loading branch information
munix9 authored and Biswa96 committed Oct 14, 2023
1 parent a8def2c commit bff6beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: "opensuse/leap:15.4"
- os: "opensuse/leap:latest"
pkgs: "clang gcc11-c++"
env1: "CC=clang CXX=clang++"
- os: "opensuse/tumbleweed"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
image: ${{ matrix.os }}
# New versions of glibc use the new clone3() syscall which has not
# yet been whitelisted in GitHub's secomp profile. To prevent jobs
# using these distros from failing (e.g. OpenSUSE) change the
# using these distros from failing (e.g. openSUSE) change the
# secomp policy.
#
# See https://github.com/nmeum/android-tools/pull/48#issuecomment-944893176
Expand Down

0 comments on commit bff6beb

Please sign in to comment.