ci: macos upgraded to version 14

This commit is contained in:
Mateusz Pusz
2024-05-16 22:26:35 +02:00
parent b9614ba8a1
commit c9382ecbda
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ jobs:
} }
- { - {
name: "Apple Clang 15", name: "Apple Clang 15",
os: macos-13, os: macos-14,
compiler: compiler:
{ {
type: APPLE_CLANG, type: APPLE_CLANG,

View File

@@ -137,7 +137,7 @@ jobs:
} }
- { - {
name: "Apple Clang 15", name: "Apple Clang 15",
os: macos-13, os: macos-14,
compiler: compiler:
{ {
type: APPLE_CLANG, type: APPLE_CLANG,