1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-11 15:49:38 +00:00

Merge pull request #1429 from TomHarte/FarewellMacOS12

Remove deprecated macos-12 from CI; add macos-15.
This commit is contained in:
Thomas Harte 2024-12-04 22:55:06 -05:00 committed by GitHub
commit 10d20f5d09
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 }} name: Mac UI / xcodebuild / ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-12, macos-13, macos-14] os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout
@ -53,7 +53,7 @@ jobs:
name: SDL UI / scons / ${{ matrix.os }} name: SDL UI / scons / ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-14, ubuntu-latest] os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout