Skip to content

Commit 2a2231b

Browse files
authored
Replace obsolete Ubuntu20.04 CI (#1534)
1 parent f8cdcb8 commit 2a2231b

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ task:
33
name: FreeBSD
44
freebsd_instance:
55
matrix:
6-
image_family: freebsd-14-1
6+
image_family: freebsd-14-2
77
image_family: freebsd-13-4
88

99
install_script: pwd && ls -la && pkg update --force && pkg install -y cmake glib alsa-lib ladspa portaudio pulseaudio pkgconf sdl2

.github/workflows/linux.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,18 @@ jobs:
2727
# well on Windows or Mac. You can convert this to a matrix build if you need
2828
# cross-platform coverage.
2929
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
strategy:
3232
matrix:
3333
CC: [""]
3434
CXX: [""]
3535
CMAKE_FLAGS: ["-Denable-profiling=1","-Denable-floats=1 -Denable-profiling=1","-Denable-floats=1","-Denable-trap-on-fpe=1","-Denable-fpe-check=1","-Denable-ipv6=0","-Denable-network=0","-Denable-aufile=0","-DBUILD_SHARED_LIBS=0","-Denable-ubsan=1 -Denable-debug=1", "-Denable-debug=1 -DCMAKE_C_FLAGS_DEBUG=-fuse-ld=gold"]
3636
include:
37-
- CC: "clang-7"
38-
CXX: "clang++-7"
39-
CMAKE_FLAGS: ""
40-
- CC: "clang-8"
41-
CXX: "clang++-8"
42-
CMAKE_FLAGS: ""
43-
- CC: "clang-10"
44-
CXX: "clang++-10"
45-
CMAKE_FLAGS: ""
4637
- CC: "clang-12"
4738
CXX: "clang++-12"
4839
CMAKE_FLAGS: ""
49-
- CC: "clang-10"
50-
CXX: "clang++-10"
40+
- CC: "clang-12"
41+
CXX: "clang++-12"
5142
CMAKE_FLAGS: "-DBUILD_SHARED_LIBS=0"
5243
# clang9 is covered by openSUSE Leap 15.2
5344
# clang11 is covered by openSUSE Leap 15.3
@@ -64,15 +55,10 @@ jobs:
6455
- name: Install Dependencies
6556
run: |
6657
sudo apt-get -yq --no-install-suggests --no-install-recommends install \
67-
clang-7 \
68-
clang-8 \
69-
clang-10 \
7058
clang-12 \
7159
clang-tidy \
7260
cmake \
7361
cmake-data \
74-
g++-7 \
75-
g++-8 \
7662
ladspa-sdk \
7763
libasound2-dev \
7864
libdbus-1-dev \

0 commit comments

Comments
 (0)