Skip to content

Commit fc824ad

Browse files
committed
Merge pull request #1378 from pguyot/w48/remove-macos-12-ci
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
2 parents 6823697 + 8222f25 commit fc824ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: ["macos-12", "macos-13", "macos-14", "macos-15"]
40+
os: ["macos-13", "macos-14", "macos-15"]
4141
otp: ["24", "25", "26", "27"]
4242

4343
steps:

0 commit comments

Comments
 (0)