Skip to content

Commit

Permalink
Drop the deprecated macos-12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Nov 25, 2024
1 parent 61fbb07 commit c96f86c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-llvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: MacOS - Install build dependencies, ninja
run: brew install ninja
shell: pwsh
if: ${{ (inputs.os == 'macos-12' || inputs.os == 'macos-14') && (steps.cache-llvm.outputs.cache-hit != 'true') }}
if: ${{ (inputs.os == 'macos-14') && (steps.cache-llvm.outputs.cache-hit != 'true') }}
- name: Windows - Install LLVM 14.0.6
run: choco install llvm --version=14.0.6 --allow-downgrade
shell: pwsh
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
- { os: "ubuntu-20.04", arch: "amd64", env: { AUDITWHEEL_TAG: "manylinux_2_31_x86_64" } }
- { os: "ubuntu-22.04", arch: "amd64", env: { AUDITWHEEL_TAG: "manylinux_2_35_x86_64" } }
- { os: "windows-2019", arch: "amd64", env: {} }
- { os: "macos-12", arch: "amd64", env: {} }
- { os: "macos-14", arch: "arm64", env: {} }
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c96f86c

Please sign in to comment.