Skip to content

Commit

Permalink
Explicitly specify configurations that use arm64 and add comments o…
Browse files Browse the repository at this point in the history
…f available configurations

(this should run the identical configurations, only the name is more explicit)
  • Loading branch information
HaHeho authored Oct 3, 2024
1 parent 7abd67b commit a6bd880
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
- os: macos-15-arm64 # arm64 only
xcode: Xcode_16.0
- os: macos-14
- os: macos-14-arm64 # arm64 only
xcode: Xcode_16.0
- os: macos-13
- os: macos-13 # Intel, arm64 available
xcode: Xcode_15.2
- os: macos-13
- os: macos-13 # Intel, arm64 available
xcode: Xcode_14.3.1
- os: macos-12
- os: macos-12 # Intel only
xcode: Xcode_14.2
runs-on: ${{ matrix.os }}
env: ${{ matrix.env || fromJSON('{}') }}
Expand Down

0 comments on commit a6bd880

Please sign in to comment.