Skip to content

Commit

Permalink
Use macos-13 to see if that fixes anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 21, 2023
1 parent 663ecd7 commit a6f1373
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,87 +181,87 @@ jobs:
pythonType: "pp"

# MacOS x86_64
- os: macos-latest
- os: macos-13
pythonVersion: 37
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 38
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 39
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 310
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 311
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 312
bitness: 64
platformID: macosx_x86_64
pythonType: "cp"

# Apple-Silicon MacOS
- os: macos-latest
- os: macos-13
pythonVersion: 38
bitness: 64
platformID: macosx_arm64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 39
bitness: 64
platformID: macosx_arm64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 310
bitness: 64
platformID: macosx_arm64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 311
bitness: 64
platformID: macosx_arm64
pythonType: "cp"

- os: macos-latest
- os: macos-13
pythonVersion: 312
bitness: 64
platformID: macosx_arm64
pythonType: "cp"

# Apple-Silicon MacOS PyPy
# - os: macos-latest
# - os: macos-13
# pythonVersion: 38
# bitness: 64
# platformID: macosx_arm64
# pythonType: "pp"

# - os: macos-latest
# - os: macos-13
# pythonVersion: 39
# bitness: 64
# platformID: macosx_arm64
# pythonType: "pp"

# - os: macos-latest
# - os: macos-13
# pythonVersion: 310
# bitness: 64
# platformID: macosx_arm64
Expand All @@ -282,21 +282,21 @@ jobs:
run: pip install -r requirements.txt

- name: Install XCode
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: latest

# - name: Install Clang
# if: matrix.os == 'macos-latest'
# if: matrix.os == 'macos-13'
# uses: KyleMayes/install-llvm-action@v1
# with:
# version: "15.0"
# directory: "./llvm"
# env: on

- name: Install Clang
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
run: |
brew install llvm libomp
Expand Down

0 comments on commit a6f1373

Please sign in to comment.