Skip to content

Commit

Permalink
ci: update macos x86_64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Jun 28, 2024
1 parent 23cd159 commit 4331f3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,31 @@ jobs:
[
{
py: cp36,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp37,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp38,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp39,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp310,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp311,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp312,
arch: [x86_64, macosx_x86_64, 10.9, macos-11]
arch: [x86_64, macosx_x86_64, 10.9, macos-12]
},
{
py: cp38,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_openblas_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
arch:
- [x86_64, SANDYBRIDGE, 10.9, macos-11]
- [x86_64, SANDYBRIDGE, 10.9, macos-12]
- [arm64, ARMV8, 11.0, macos-14]
name: ${{ matrix.arch[0] }}
runs-on: ${{ matrix.arch[3] }}
Expand Down

0 comments on commit 4331f3b

Please sign in to comment.