Browse Source

Fix MacOS C.I.

christophe 11 months ago
parent
commit
a036baa4d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -185,11 +185,11 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-latest, macos-12]
+        os: [macos-latest, macos-13]
         std: [98, 11, 14, 17, 20]
         config: [Debug, Release]
         exclude:
-          - os: macos-12
+          - os: macos-13
             std: 20
 
     steps: