diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index aa07292a..c1b6620b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -471,8 +471,6 @@ jobs: 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 # while GitHub has larger macOS runners, they are not available for our repos :( - - os_version: "12" - os_name: "macos" - os_version: "13" os_name: "macos" - os_version: "14" @@ -650,9 +648,8 @@ jobs: 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 # while GitHub has larger macOS runners, they are not available for our repos :( - - os_version: "12" - release: true - os_version: "13" + release: true - os_version: "14" name: Macports (macOS-${{ matrix.os_version }}) runs-on: macos-${{ matrix.os_version }} diff --git a/README.md b/README.md index 6c182058..b2ce7143 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ the local server or any mobile device. Windows: 10+ (Windows Server does not support virtual gamepads) - macOS: 12+ + macOS: 13+ Linux/Debian: 12+ (bookworm)