Skip to content

Commit

Permalink
Bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Apr 12, 2023
1 parent a321f8e commit 7643391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_xenorig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, ubuntu-20.04, macos-12]
os: [windows-2022, ubuntu-20.04, macos-13]
arch: [x64, x86, arm, arm64]
exclude:
- os: windows-2022
Expand All @@ -44,11 +44,11 @@ jobs:
arch: arm64
- os: ubuntu-20.04
arch: x86
- os: macos-12
- os: macos-13
arch: x86
- os: macos-12
- os: macos-13
arch: arm
- os: macos-12
- os: macos-13
arch: arm64
include:
- os: windows-2022
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
Xenorig:
arch: linux-arm64

- os: macos-12
- os: macos-13
arch: x64
install: >-
cmake
Expand Down

0 comments on commit 7643391

Please sign in to comment.