Skip to content

Commit

Permalink
Revert last and update comments to make clear which macOS configurati…
Browse files Browse the repository at this point in the history
…ons run Intel vs. arm64
  • Loading branch information
HaHeho authored Oct 3, 2024
1 parent a6bd880 commit 8af84c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
CC: clang-9
CXX: clang++-9
CXXFLAGS: -fno-builtin
- os: macos-15-arm64 # arm64 only
- os: macos-15 # arm64
xcode: Xcode_16.0
- os: macos-14-arm64 # arm64 only
- os: macos-14 # arm64
xcode: Xcode_16.0
- os: macos-13 # Intel, arm64 available
- os: macos-13 # Intel
xcode: Xcode_15.2
- os: macos-13 # Intel, arm64 available
- os: macos-13 # Intel
xcode: Xcode_14.3.1
- os: macos-12 # Intel only
- os: macos-12 # Intel
xcode: Xcode_14.2
runs-on: ${{ matrix.os }}
env: ${{ matrix.env || fromJSON('{}') }}
Expand Down

0 comments on commit 8af84c8

Please sign in to comment.