Browse Source

CI: push MacOS jobs to MacOS 13 and 14 (#3002)

Github has finally released those as free and retired macos-11
pull/3005/head
native-api 2 months ago
committed by GitHub
parent
commit
1bcaab05b7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      .github/workflows/macos_build.yml
  2. +1
    -1
      .github/workflows/modified_scripts_build.yml
  3. +2
    -2
      .github/workflows/pyenv_tests.yml

+ 1
- 1
.github/workflows/macos_build.yml View File

@ -15,7 +15,7 @@ jobs:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
runs-on: macos-11
runs-on: macos-14
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# Normally, we would use the superbly maintained... # Normally, we would use the superbly maintained...

+ 1
- 1
.github/workflows/modified_scripts_build.yml View File

@ -30,7 +30,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ${{fromJson(needs.discover_modified_scripts.outputs.versions)}} python-version: ${{fromJson(needs.discover_modified_scripts.outputs.versions)}}
os: ["macos-11", "macos-12"]
os: ["macos-13", "macos-14"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

+ 2
- 2
.github/workflows/pyenv_tests.yml View File

@ -12,8 +12,8 @@ jobs:
os: os:
- ubuntu-22.04 - ubuntu-22.04
- ubuntu-20.04 - ubuntu-20.04
- macos-12
- macos-11
- macos-14
- macos-13
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

Loading…
Cancel
Save