Skip to content

Commit 3e77629

Browse files
authored
Merge pull request #17838 from github/oscarsj/deprecate-macos-12
Remove macos-12 and its variants, deprecated
2 parents 655fa53 + 8f7ed21 commit 3e77629

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04, macos-12, windows-2019]
20+
os: [ubuntu-20.04, macos-13, windows-2019]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# without waiting for the macOS build
4545
build-and-test-macos:
4646
if: github.repository_owner == 'github'
47-
runs-on: macos-12-xl
47+
runs-on: macos-13-xlarge
4848
steps:
4949
- uses: actions/checkout@v4
5050
- uses: ./swift/actions/build-and-test
@@ -64,7 +64,7 @@ jobs:
6464
qltests-macos:
6565
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
6666
needs: build-and-test-macos
67-
runs-on: macos-12-xl
67+
runs-on: macos-13-xlarge
6868
steps:
6969
- uses: actions/checkout@v4
7070
- uses: ./swift/actions/run-ql-tests

docs/codeql/reusables/supported-platforms.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
Windows,"Windows 10 / Windows Server 2019
1313

1414
Windows 11 / Windows Server 2022","x86-64"
15-
macOS,"macOS 12 Monterey
16-
17-
macOS 13 Ventura
15+
macOS,"macOS 13 Ventura
1816

1917
macOS 14 Sonoma","x86-64, arm64 (Apple Silicon)
2018

0 commit comments

Comments
 (0)