Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove macos 11 from the builds and replace it with 13.
  • Loading branch information
XapaJIaMnu authored May 12, 2024
1 parent e939313 commit c84dc3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: "macOS Monterey 12 avx"
os: macos-12
arch: "core-avx-i"
- name: "macOS Big Sur 11.0 avx"
os: macos-11.0
- name: "macOS Ventura 13 avx"
os: macos-13
arch: "core-avx-i"
- name: "macOS Big Sur 11.0 x86-64"
os: macos-11.0
- name: "macOS Ventura 13 x86-64"
os: macos-13
arch: "x86-64"
- name: "macOS Monterey 12 avx"
os: macos-12
Expand Down

0 comments on commit c84dc3e

Please sign in to comment.