From a6d69811d4635cff91361a9092d7e0495f679d30 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 21 Sep 2024 11:48:49 +0200 Subject: [PATCH] Bump: Build platforms to latest available: Ubuntu 24.04, MacOS 14 MacOS 11 is unsupported and the builds are just hanging due to the missing image. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b173a0..df2109d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - platform: [ubuntu-20.04, macos-11] + platform: [ubuntu-24.04, macos-14] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2