Skip to content

Commit 4173969

Browse files
kmilosneheb
authored andcommitted
CI: bump min macOS version to 13
macOS 12 runners are being phased out
1 parent 2392d8a commit 4173969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_push_BasicWinLinMac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
strategy:
8787
matrix:
8888
runner:
89-
- { os: macos-12, arch: X64 }
90-
- { os: macos-14, arch: ARM64 }
89+
- { os: macos-13, arch: X64 }
90+
- { os: macos-latest, arch: ARM64 }
9191

9292
steps:
9393
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)