From fd546b03364d7a51640cc5f63b00779e07d2cad2 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Sun, 11 Feb 2024 10:26:59 +0100 Subject: [PATCH] update CI OS --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5137b2..d70f5387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,20 @@ jobs: framework: net8.0 sdk: "8.0.101" sdk-major-minor: "8.0" - # current macOS, latest LTS and latest + # old macOS, latest LTS - job: os: macos-12 tests: framework: net8.0 sdk: "8.0.101" sdk-major-minor: "8.0" + # current macOS, latest LTS and latest + - job: + os: macos-13 + tests: + framework: net8.0 + sdk: "8.0.101" + sdk-major-minor: "8.0" # old Linux, latest LTS - job: os: ubuntu-20.04