From 80e90b3e9007cb92e91c8bb4dfe5739cceaa19ae Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 29 Jul 2024 21:17:59 +1000 Subject: [PATCH] Removed macos-11 and added macos-14 to GHA. --- .github/workflows/test-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-shell.yml b/.github/workflows/test-shell.yml index 18a2366..c78d652 100644 --- a/.github/workflows/test-shell.yml +++ b/.github/workflows/test-shell.yml @@ -25,9 +25,9 @@ jobs: - ubuntu-latest - ubuntu-20.04 - ubuntu-22.04 - - macos-11 - macos-12 - macos-13 + - macos-14 runs-on: ${{ matrix.os }} steps: