Skip to content

Commit

Permalink
Drop deprecated MacOS 11 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jun 22, 2024
1 parent 5a26225 commit 4b2d2f0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,14 @@ jobs:

tests:
needs: [pre-commit, mypy]
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "12.4"
- name: Workaround ARM64 issues
# https://github.com/actions/virtual-environments/issues/2557
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
xcode-version: "14.0"
- uses: actions/setup-python@v5
with:
python-version: "3.x"
Expand Down Expand Up @@ -132,12 +128,6 @@ jobs:
fail-fast: true
matrix:
include:
- os: "macos-11"
xcode: "12.4"
python: "3.x"
- os: "macos-11"
xcode: "13.0"
python: "3.x"
- os: "macos-12"
xcode: "14.0"
python: "3.x"
Expand Down

0 comments on commit 4b2d2f0

Please sign in to comment.