From 39b9c6b1c0ac19d783cf7c48541b5bd924387c4b Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 4 Sep 2022 18:43:04 +0100 Subject: [PATCH] Enable tests on newer github images --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 337bc76..f1b5b88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,6 +106,7 @@ jobs: fail-fast: true matrix: os: + - ubuntu-22.04 - ubuntu-20.04 - ubuntu-22.04 @@ -179,6 +180,7 @@ jobs: os: - macos-12 - macos-11 + - macos-12 steps: - uses: actions/checkout@v3