@@ -15,21 +15,21 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
include :
18
- - os : ubuntu-20.04
18
+ - os : ubuntu-latest
19
19
BUILD_TYPE : default
20
20
DRAFT : enabled
21
21
CLANG_FORMAT : clang-format-11
22
22
PACKAGES : automake autoconf clang-format-11 git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev asciidoc xmlto
23
- - os : ubuntu-20.04
23
+ - os : ubuntu-latest
24
24
BUILD_TYPE : default
25
25
DRAFT : disabled
26
26
CLANG_FORMAT : clang-format-11
27
27
PACKAGES : automake autoconf clang-format-11 git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
28
- - os : ubuntu-20.04
28
+ - os : ubuntu-latest
29
29
BUILD_TYPE : valgrind
30
30
DRAFT : enabled
31
31
PACKAGES : automake autoconf valgrind git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
32
- - os : ubuntu-20.04
32
+ - os : ubuntu-latest
33
33
BUILD_TYPE : cmake
34
34
DRAFT : enabled
35
35
PACKAGES : cmake git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
45
45
# to have dependencies ready and pass configure script before making this check).
46
46
# Note that the autotools variant will also require dependencies preinstalled to
47
47
# pass its configure script:
48
- - os : ubuntu-20.04
48
+ - os : ubuntu-latest
49
49
BUILD_TYPE : cmake
50
50
DO_CLANG_FORMAT_CHECK : 1
51
51
CLANG_FORMAT : clang-format-11
@@ -54,10 +54,10 @@ jobs:
54
54
# 1) Your project sources have a "latest_release" branch or tag
55
55
# to check out and compare the current commit's ABI to;
56
56
# 2) Prerequisites are available as packages - no custom rebuilds.
57
- - os : ubuntu-20.04
57
+ - os : ubuntu-latest
58
58
BUILD_TYPE : abi-compliance-checker
59
59
PACKAGES : universal-ctags abi-dumper abi-compliance-checker git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
60
- - os : ubuntu-20.04
60
+ - os : ubuntu-latest
61
61
BUILD_TYPE : check_zproject
62
62
PACKAGES : git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev generator-scripting-language zproject
63
63
env :
82
82
CI_SELFTEST : ${{ matrix.CI_SELFTEST }}
83
83
steps :
84
84
- name : Add debian packages
85
- if : matrix.os == 'ubuntu-20.04 '
85
+ if : matrix.os == 'ubuntu-latest '
86
86
uses : myci-actions/add-deb-repo@10
87
87
with :
88
88
repo-name : obs
97
97
with :
98
98
path : czmq
99
99
- name : build
100
- if : matrix.os == 'ubuntu-20.04 ' || matrix.os == 'macos-latest'
100
+ if : matrix.os == 'ubuntu-latest ' || matrix.os == 'macos-latest'
101
101
shell : bash
102
102
working-directory : czmq
103
103
run : ./ci_build.sh
0 commit comments