Skip to content

Commit 2a933cb

Browse files
committed
Removing old fixes for macOS-13-intel based and re-enabling macos-latest
1 parent a3ac02d commit 2a933cb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- os: macos-15-intel # updated-intel-based
3232
python-version: '3.11'
3333

34-
# - os: macos-latest # arm-based
35-
# python-version: '3.11'
34+
- os: macos-latest # arm-based
35+
python-version: '3.11'
3636

3737
runs-on: ${{ matrix.os }}
3838

@@ -56,12 +56,6 @@ jobs:
5656
run: |
5757
brew update
5858
brew install protobuf@21 ffmpeg
59-
# Export protobuf@21 paths for subsequent steps
60-
echo "export PATH=\"$(brew --prefix protobuf@21)/bin:$PATH\"" >> $GITHUB_ENV
61-
echo "export LDFLAGS=\"-L$(brew --prefix protobuf@21)/lib\"" >> $GITHUB_ENV
62-
echo "export CPPFLAGS=\"-I$(brew --prefix protobuf@21)/include\"" >> $GITHUB_ENV
63-
echo "export PKG_CONFIG_PATH=\"$(brew --prefix protobuf@21)/lib/pkgconfig\"" >> $GITHUB_ENV
64-
echo "export CMAKE_PREFIX_PATH=\"$(brew --prefix protobuf@21)\"" >> $GITHUB_ENV
6559
6660
6761
- name: Install Python dependencies

0 commit comments

Comments
 (0)