chore(macos)!: drop monterey support (#3236)
This commit is contained in:
parent
fceda35d44
commit
434b7e06ce
2 changed files with 2 additions and 5 deletions
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
|
@ -471,8 +471,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
||||||
# while GitHub has larger macOS runners, they are not available for our repos :(
|
# while GitHub has larger macOS runners, they are not available for our repos :(
|
||||||
- os_version: "12"
|
|
||||||
os_name: "macos"
|
|
||||||
- os_version: "13"
|
- os_version: "13"
|
||||||
os_name: "macos"
|
os_name: "macos"
|
||||||
- os_version: "14"
|
- os_version: "14"
|
||||||
|
|
@ -650,9 +648,8 @@ jobs:
|
||||||
include:
|
include:
|
||||||
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
||||||
# while GitHub has larger macOS runners, they are not available for our repos :(
|
# while GitHub has larger macOS runners, they are not available for our repos :(
|
||||||
- os_version: "12"
|
|
||||||
release: true
|
|
||||||
- os_version: "13"
|
- os_version: "13"
|
||||||
|
release: true
|
||||||
- os_version: "14"
|
- os_version: "14"
|
||||||
name: Macports (macOS-${{ matrix.os_version }})
|
name: Macports (macOS-${{ matrix.os_version }})
|
||||||
runs-on: macos-${{ matrix.os_version }}
|
runs-on: macos-${{ matrix.os_version }}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ the local server or any mobile device.
|
||||||
<td>Windows: 10+ (Windows Server does not support virtual gamepads)</td>
|
<td>Windows: 10+ (Windows Server does not support virtual gamepads)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>macOS: 12+</td>
|
<td>macOS: 13+</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux/Debian: 12+ (bookworm)</td>
|
<td>Linux/Debian: 12+ (bookworm)</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue