1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Abandon attempts to build on older macOS for now.

This commit is contained in:
Thomas Harte
2025-01-31 11:45:43 -05:00
parent a9fe5d5c87
commit 3a53c349a0
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
name: Mac UI / xcodebuild / ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-14, macos-15]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout