Skip to content

Commit

Permalink
probably fix mac gha
Browse files Browse the repository at this point in the history
i dunno man who even cares
  • Loading branch information
poco0317 committed Dec 24, 2024
1 parent 5c44089 commit c768e2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ jobs:
matrix:
cfg:
#- { os: macos-10.15, name: "Catalina", dist: false} # rendered useless by GHA
- { os: macos-13, name: "Ventura", dist: false}
- { os: macos-12, name: "Monterey", dist: true}
#- { os: macos-11, name: "Big Sur", dist: true}
- { os: macos-13, name: "Ventura", dist: true}
#- { os: macos-12, name: "Monterey", dist: true} # rendered useless by GHA
#- { os: macos-11, name: "Big Sur", dist: true} # rendered useless by GHA

steps:

Expand Down Expand Up @@ -294,8 +294,8 @@ jobs:
matrix:
cfg:
#- { os: macos-10.15, name: "Catalina", dist: false} # rendered useless by GHA
#- { os: macos-13, name: "Ventura", dist: false} # known to work, disabled for concurrent build space
- { os: macos-12, name: "Monterey", dist: true}
- { os: macos-13, name: "Ventura", dist: true}
#- { os: macos-12, name: "Monterey", dist: true} # rendered useless by GHA
#- { os: macos-11, name: "Big Sur", dist: true}

steps:
Expand Down

0 comments on commit c768e2d

Please sign in to comment.