Skip to content

Commit

Permalink
Update macOS build workflow to include support for macOS 13 (Apple Si…
Browse files Browse the repository at this point in the history
…licon)
  • Loading branch information
ProfFan committed Feb 15, 2024
1 parent c76d020 commit 139bb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build for macOS 12 (Intel)
name: Build for macOS 12 (Intel) and macOS 13 (Apple Silicon)

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-12-large
runs-on: macos-12-large, macos-13-xlarge

steps:
- name: Checkout code
Expand Down

0 comments on commit 139bb47

Please sign in to comment.