Browse Source

Update CI runner to macOS 13

pull/1888/head
tritao 4 months ago
parent
commit
7163bdfaca
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
os: [ubuntu-22.04, windows-2022, macos-13]
platform: [x64]
build-cfg: [Debug, DebugOpt, Release]
include:

Loading…
Cancel
Save