Skip to content

Commit

Permalink
Merge pull request #1005 from openziti/bump-ci-macos
Browse files Browse the repository at this point in the history
update macos CI runner to 13
  • Loading branch information
ekoby authored Oct 8, 2024
2 parents 0c18299 + 136fd0c commit ff399a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI build

on:
push:
branches:
-main
pull_request:
branches:
- main
Expand All @@ -24,11 +27,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: macOS-12
- os: macOS-13
name: macOS x86_64
preset: macOS-x64

- os: macOS-12
- os: macOS-13
name: macOS arm64
preset: macOS-arm64

Expand Down

0 comments on commit ff399a7

Please sign in to comment.