From 9189255fdb280ea14543d84529ed5e11e2852bbf Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:48:09 +0200 Subject: [PATCH] Remove macos-12 support Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cedea9..0c815c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13] + os: [macos-13] name: A job to perform a self-test on this Github Action steps: # To use this repository's private action,