Skip to content

Commit b162d66

Browse files
authored
Merge pull request #652 from achaikou/macos_drop
Drop macos intel support
2 parents 686a28a + 466cf21 commit b162d66

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
build_type: "Debug"
5858
compiler_flags: "-Wextra -Wall -pedantic"
5959
build_python: "OFF"
60-
- os: macos-13
61-
privledges: "sudo"
62-
build_type: "Release"
63-
build_python: "OFF"
6460
- os: macos-latest
6561
privledges: "sudo"
6662
build_type: "Release"

.github/workflows/wheels.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
arch: i686
3535
# macos-latest runs on arm64 architecture and cibuildwheel cross
3636
# compiling for x86_64 fails
37-
- os: macos-13
38-
arch: x86_64
3937
- os: macos-latest
4038
arch: arm64
4139

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# segyio #
22

3-
[![Travis](https://img.shields.io/travis/equinor/segyio/master.svg?label=travis)](https://travis-ci.org/equinor/segyio)
4-
[![Appveyor](https://ci.appveyor.com/api/projects/status/2i5cr8ui2t9qbxk9?svg=true)](https://ci.appveyor.com/project/statoil-travis/segyio)
5-
[![PyPI Updates](https://pyup.io/repos/github/equinor/segyio/shield.svg)](https://pyup.io/repos/github/equinor/segyio/)
6-
[![Python 3](https://pyup.io/repos/github/equinor/segyio/python-3-shield.svg)](https://pyup.io/repos/github/equinor/segyio/)
3+
[![PyPI - Version](https://img.shields.io/pypi/v/segyio)](https://pypi.org/project/segyio/)
4+
[![Read the Docs](https://img.shields.io/readthedocs/segyio)](https://segyio.readthedocs.io/)
75

86
> [!NOTE]
97
> 🚧 *segyio 2.0* is under construction in the `main` branch. 🚧

0 commit comments

Comments
 (0)