Skip to content

Commit 6cb0bd7

Browse files
committed
Merge branch 'jk/ci-macos-gcc13-fix'
CI fix. * jk/ci-macos-gcc13-fix: ci: stop installing "gcc-13" for osx-gcc ci: avoid bare "gcc" for osx-gcc job ci: drop mention of BREW_INSTALL_PACKAGES variable
2 parents b077cf2 + 7df2405 commit 6cb0bd7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ jobs:
284284
cc: clang
285285
pool: macos-13
286286
- jobname: osx-gcc
287-
cc: gcc
288-
cc_package: gcc-13
287+
cc: gcc-13
289288
pool: macos-13
290289
- jobname: linux-gcc-default
291290
cc: gcc

ci/install-dependencies.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ macos-*)
6969
export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
7070
# Uncomment this if you want to run perf tests:
7171
# brew install gnu-time
72-
test -z "$BREW_INSTALL_PACKAGES" ||
73-
brew install $BREW_INSTALL_PACKAGES
7472
brew link --force gettext
7573

7674
mkdir -p "$CUSTOM_PATH"

0 commit comments

Comments
 (0)