use newer macos to see if it helps

This commit is contained in:
Domen Kožar 2023-06-28 12:49:06 +01:00
parent 789d1cf409
commit b8cb447a45

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps: