Skip to content

Commit

Permalink
Merge pull request #1378 from pguyot/w48/remove-macos-12-ci
Browse files Browse the repository at this point in the history
Remove macos-12 from CI as it is deprecated

See: actions/runner-images#10721

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Nov 28, 2024
2 parents 6823697 + 8222f25 commit fc824ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["macos-12", "macos-13", "macos-14", "macos-15"]
os: ["macos-13", "macos-14", "macos-15"]
otp: ["24", "25", "26", "27"]

steps:
Expand Down

0 comments on commit fc824ad

Please sign in to comment.