devops: run tests on macOS 14 (#29241)

This commit is contained in:
Max Schmitt 2024-01-30 18:04:35 +01:00 committed by GitHub
parent 289127d523
commit 4affcdef71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
browser: [chromium, firefox, webkit]
runs-on: ${{ matrix.os }}
env: