Skip to content

Commit

Permalink
Fix workflow for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 2, 2024
1 parent 522bd13 commit 79a1803
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
include:
- name: "macOS 13 + Xcode 14.3"
- name: "macOS 13 + gcc 13"
os: macos-13
compiler: xcode
version: "14.3"
- name: "macOS 14 Arm64 + Xcode 15.3"
compiler: gcc
version: "13"
- name: "macOS 14 Arm64 + gcc 13"
os: macos-14
compiler: xcode
version: "15.3"
compiler: gcc
version: "13"

runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
Expand Down

0 comments on commit 79a1803

Please sign in to comment.