Move CI from the decommissioned macos-11 to macos-latest. (#6372)

This commit is contained in:
Andrey Rakhmatullin 2024-05-28 12:37:19 +04:00
parent e8cb5a03b3
commit ace800ef27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
runs-on: macos-11
runs-on: macos-latest
strategy:
fail-fast: false
matrix: