Another try at fixing macos build.

This commit is contained in:
Bartosz Taudul 2024-09-26 16:22:47 +02:00
parent bc60621d61
commit be53a82e78
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [ windows-latest, macos-latest ]
os: [ windows-latest, macos-15 ]
runs-on: ${{ matrix.os }}
continue-on-error: true