From f8998ec5ff8014b23ec209cdb501eaa1e31f8436 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 5 Dec 2024 13:08:34 -0500 Subject: [PATCH] chore: Drop macos-12 build --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fc2f6a..2e219d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,6 @@ jobs: - xcode-version: 14.3.1 ios-sim: 'platform=iOS Simulator,name=iPhone 16,OS=16.4' os: macos-13 - - xcode-version: 13.4.1 - ios-sim: 'platform=iOS Simulator,name=iPhone 11,OS=15.5' - os: macos-12 steps: - uses: actions/checkout@v4