From 1c5deead6c9808326f3fb47a54fde60b5bb3c259 Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Wed, 13 Mar 2024 09:36:07 +0100 Subject: [PATCH] Update tests --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5fbc6d..e16d9ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,9 @@ jobs: strategy: matrix: os: - - macos-11 - macos-12 + - macos-13 + - macos-14 - macos-latest - ubuntu-20.04 - ubuntu-22.04 @@ -81,6 +82,8 @@ jobs: container: # Ubuntu containers don't have `lsb_release` installed - ubuntu:20.04 - ubuntu:22.04 + - ubuntu:23.04 + - ubuntu:23.10 container: ${{ matrix.container }} steps: - uses: actions/checkout@v4