Skip to content

Commit

Permalink
CI: Replace deprecated macos-12 runner by macos-14 runner
Browse files Browse the repository at this point in the history
Homebrew no longer supports macOS 12.

The update fixes several CI annotations:

A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC
to raise awareness of the upcoming macOS-12 environment removal. For more
details, see actions/runner-images#10721

You are using macOS 12.
We (and Apple) do not provide support for this old version.

Fixes: DanBloomberg#762
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Nov 17, 2024
1 parent 2f197a8 commit eef24a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
fail-fast: false
matrix:
config:
- { os: macos-12, cc: clang }
- { os: macos-13, cc: clang }
- { os: macos-14, cc: clang }

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,6 @@ jobs:
ls -l /usr/local/bin
brew list
brew uninstall aws-sam-cli azure-cli bazelisk
brew uninstall geckodriver firefox google-chrome microsoft-edge
brew info python3
- name: Install dependencies
Expand Down

0 comments on commit eef24a0

Please sign in to comment.