GitHub Actions: updated cmake to use macos-latest instead of macos-11

This commit is contained in:
Baruch Sterin
2024-09-16 01:11:19 +03:00
parent 0a5057f8d3
commit 4c4e298fad

View File

@@ -9,7 +9,7 @@ jobs:
build-posix-cmake:
strategy:
matrix:
os: [macos-11, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
use_namespace: [false, true]
runs-on: ${{ matrix.os }}