1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-04 01:17:33 +03:00

GHA: Update macos image version from 10.15 to 12

10.15 has been removed since Aug 2022 and 11 has also been removed.
This commit is contained in:
Joel Martin 2024-07-31 14:24:37 -05:00
parent 27bb13fad8
commit 208707894b

View File

@ -75,7 +75,7 @@ jobs:
macos:
needs: get-matrix
if: ${{ needs.get-matrix.outputs.do-macos == 'true' }}
runs-on: macos-10.15
runs-on: macos-12
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.get-matrix.outputs.matrix-macos) }}