From c045c9a5c9ecff143fcac7095c93c0c1e8a72588 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 9 Jan 2024 10:58:31 +0100 Subject: [PATCH] Update macOS to Ventura --- .github/workflows/test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 048457234..2b48b7252 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: - - { id: macos-11, name: 'Big Sur' } + - { id: macos-13, name: 'Ventura' } cpp_std: - 'c++11' - 'c++17'