1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +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
+1 -1
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