Skip to content

Commit 121f757

Browse files
authored
Upgrade test infrastructure (#101)
* Remove obsolete attribute 'version' from `docker-compose.yml` * Add macOS 15 test runner * Use Ubuntu 24.04 as base image Signed-off-by: Thomas Lauf <[email protected]>
1 parent 785a781 commit 121f757

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runner: ubuntu-22.04
1717
- name: "Ubuntu 24.04"
1818
runner: ubuntu-24.04
19+
- name: "macOS 15"
20+
runner: macos-15
1921
- name: "macOS 14"
2022
runner: macos-14
2123
- name: "macOS 13"

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#
2525
###############################################################################
2626

27-
version: '3'
2827
services:
2928
timew-libshared-stable:
3029
build:

test/docker/task.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
ARG BRANCH
2828

29-
FROM ubuntu:22.04 AS base
29+
FROM ubuntu:24.04 AS base
3030

3131
ENV DEBIAN_FRONTEND noninteractive
3232

test/docker/timew.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
ARG BRANCH
2828

29-
FROM ubuntu:22.04 AS base
29+
FROM ubuntu:24.04 AS base
3030

3131
ENV DEBIAN_FRONTEND noninteractive
3232

0 commit comments

Comments
 (0)