ci.yml: strategy: matrix: os: macos-latest,

This commit is contained in:
Christian Clauss 2024-11-17 09:01:17 +01:00 committed by GitHub
parent e65f1b6a2c
commit 303ef9c7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
os: [ macos-13, macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout