Skip to content

Commit

Permalink
ci: Remove macOS 12 from CI
Browse files Browse the repository at this point in the history
macOS 12 github actions runner is deprecated and CI fails from
time to time when attempting to use it.

macOS 15 runner will be added to our CI later when its runner
image becomes stable.
  • Loading branch information
gavv committed Dec 19, 2024
1 parent d6bf124 commit 73869b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,6 @@ jobs:
macos-version: 13
script: standard-build

- macos-arch: x86_64
macos-version: 12
script: standard-build

runs-on: macos-${{ matrix.macos-version }}

name: macos${{ matrix.macos-version }}-${{ matrix.macos-arch }}/${{ matrix.script }}
Expand Down
1 change: 0 additions & 1 deletion docs/sphinx/portability/supported_platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ macOS versions:

* macOS 14 (Sonoma)
* macOS 13 (Ventura)
* macOS 12 (Monterey)

Hardware architectures:

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/portability/tested_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tested devices
Overview
========

This page provides the list of devices used for acceptance testing of evey published release.
This page provides the list of devices used for acceptance testing of every published release.

Testing includes building for target platform, running all unit and integration tests on hardware, and manual testing of sender and receiver. `QA repository <https://github.com/roc-streaming/qa/>`_ contains scripts that implements this procedure.

Expand Down

0 comments on commit 73869b0

Please sign in to comment.