mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Update CI to build on macOS 11, 12, 13, and 14.
This commit is contained in:
parent
b28e3eb419
commit
7dc3b5ba06
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
|||||||
name: Mac UI on ${{ matrix.os }}
|
name: Mac UI on ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [macos-11, macos-12, macos-13, macos-14]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
name: SDL UI on ${{ matrix.os }}
|
name: SDL UI on ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest]
|
os: [macos-11, macos-12, macos-13, macos-14, ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user