Skip to content

Commit

Permalink
Revert to older Ubuntu and macOS versions, and leave comments explain…
Browse files Browse the repository at this point in the history
…ing why
  • Loading branch information
mhsmith committed Jun 4, 2024
1 parent 016c7af commit 6b8df98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
jobs:

product:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:


docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/[email protected]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:


gradlePython:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/[email protected]
Expand All @@ -120,7 +120,7 @@ jobs:
demo:
needs: [product]
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/[email protected]
Expand Down Expand Up @@ -163,9 +163,9 @@ jobs:
# To avoid clutter in the GitHub UI, OS versions are not added to the `os`
# dimension directly.
- os: linux
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04 # 22.04 has a minimum Python version of 3.7 (see setup-python)
- os: macos
runs-on: macos-14
runs-on: macos-12 # 14 has a minimum Python version of 3.8 (see setup-python)
- os: windows
runs-on: windows-2022

Expand Down

0 comments on commit 6b8df98

Please sign in to comment.