1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-18 16:30:29 +00:00

Eliminate macos-11.

As per GitHub's announcement that "The macOS 11 runner image will be removed by 6/28/24"
This commit is contained in:
Thomas Harte 2024-05-20 14:21:42 -04:00 committed by GitHub
parent e6724a701a
commit 826f4c1d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ jobs:
name: Mac UI / xcodebuild / ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout