From 73661665a99e9bd4abc9eb106e2e789d876e5026 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Sun, 15 Oct 2023 14:17:30 -0700 Subject: [PATCH] Update specs to run on macOS 12 --- .github/workflows/Specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Specs.yml b/.github/workflows/Specs.yml index d4dbb89..e3e7862 100644 --- a/.github/workflows/Specs.yml +++ b/.github/workflows/Specs.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15] + os: [macos-12] ruby: [2.7, 3.0.0] name: ${{ matrix.os }} / Ruby ${{ matrix.ruby }}