1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Merge pull request #1327 from ryandesign/macos-ci

Update CI to build on macOS 11, 12, 13, and 14.
This commit is contained in:
Thomas Harte 2024-02-01 21:33:11 -05:00 committed by GitHub
commit ca7e4b3a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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