Skip to content

Commit

Permalink
Reverted to macos-11 as macos-12 was having issues with curl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 17, 2024
1 parent cb0dc75 commit a6b9fdf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
macos-full-build:
runs-on: macos-12
runs-on: macos-11

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:


macos-gpl-build:
runs-on: macos-12
runs-on: macos-11

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:


macos-python-build:
runs-on: macos-12
runs-on: macos-11

steps:

Expand Down
6 changes: 0 additions & 6 deletions etc/build_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ fi
# Set environment variables to point to install directory
#

#
# Fix curl certificate issues.
#
export HOMEBREW_FORCE_BREWED_CURL=1


export PATH="$PWD/${BUILD_DIR}/install/bin:$PWD/$BUILD_DIR/install/bin/Scripts:${PATH}"

#
Expand Down

0 comments on commit a6b9fdf

Please sign in to comment.