Skip to content

Commit 0437bc7

Browse files
committed
Upgrade generated CI to Ubuntu 24.04 (regen from ZProject).
1 parent 755e0fa commit 0437bc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/CI.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: ubuntu-20.04
18+
- os: ubuntu-24.04
1919
BUILD_TYPE: default
2020
DRAFT: enabled
2121
CLANG_FORMAT: clang-format-11
2222
PACKAGES: automake autoconf clang-format-11 git libzmq3-dev libczmq-dev asciidoc xmlto
23-
- os: ubuntu-20.04
23+
- os: ubuntu-24.04
2424
BUILD_TYPE: default
2525
DRAFT: disabled
2626
CLANG_FORMAT: clang-format-11
2727
PACKAGES: automake autoconf clang-format-11 git libzmq3-dev libczmq-dev
28-
- os: ubuntu-20.04
28+
- os: ubuntu-24.04
2929
BUILD_TYPE: valgrind
3030
DRAFT: enabled
3131
PACKAGES: automake autoconf valgrind git libzmq3-dev libczmq-dev
32-
- os: ubuntu-20.04
32+
- os: ubuntu-24.04
3333
BUILD_TYPE: cmake
3434
DRAFT: enabled
3535
PACKAGES: cmake git libzmq3-dev libczmq-dev
@@ -45,7 +45,7 @@ jobs:
4545
# to have dependencies ready and pass configure script before making this check).
4646
# Note that the autotools variant will also require dependencies preinstalled to
4747
# pass its configure script:
48-
- os: ubuntu-20.04
48+
- os: ubuntu-24.04
4949
BUILD_TYPE: cmake
5050
DO_CLANG_FORMAT_CHECK: 1
5151
CLANG_FORMAT: clang-format-11
@@ -72,12 +72,12 @@ jobs:
7272
CI_SELFTEST: ${{ matrix.CI_SELFTEST }}
7373
steps:
7474
- name: Add debian packages
75-
if: matrix.os == 'ubuntu-20.04'
75+
if: matrix.os == 'ubuntu-24.04'
7676
uses: myci-actions/add-deb-repo@10
7777
with:
7878
repo-name: obs
79-
repo: deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_20.04/ ./
80-
keys-asc: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_20.04/Release.key
79+
repo: deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_24.04/ ./
80+
keys-asc: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_24.04/Release.key
8181
install: ${{ matrix.PACKAGES }}
8282
- name: Add brew packages
8383
if: matrix.os == 'macos-latest'
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
path: zyre
8989
- name: build
90-
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-latest'
90+
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'macos-latest'
9191
shell: bash
9292
working-directory: zyre
9393
run: ./ci_build.sh

0 commit comments

Comments
 (0)