Browse Source

Merge pull request #2081 from chipitsine/master

CI: modernize macos versions
Ilya Shipitsin 10 months ago
parent
commit
0a1f0913d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.github/workflows/macos.yml

@@ -7,7 +7,7 @@ jobs:
   build_and_test:
     strategy:
       matrix:
-        os: [macos-14, macos-13, macos-12]
+        os: [macos-15, macos-14, macos-13]
     name: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps: