From 0a7c58007530bc218e3ca2e64f550de33449eb08 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 2 Jul 2024 15:47:20 +0200 Subject: [PATCH] Update tests.yml to only use latest runner images --- .github/workflows/tests.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4b24b7..56a09d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,11 +13,8 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 - - ubuntu-20.04 - - macos-13 - - macos-12 - - macos-11 + - ubuntu-latest + - macos-latest name: Test on ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -36,4 +33,4 @@ jobs: fi brew tap bartvdbraak/keyweave brew install keyweave - keyweave --version \ No newline at end of file + keyweave --version