diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5afb46812c..09aee82648 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ env: jobs: build-pdf: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -32,7 +32,7 @@ jobs: if-no-files-found: error build-html: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -57,7 +57,7 @@ jobs: if-no-files-found: error build-html-translation: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: @@ -87,7 +87,7 @@ jobs: # This job is sourced from https://github.com/aiven/devportal/blob/main/.github/workflows/linkcheck-changed-files.yaml # It is CC 4.0 I licensed: https://creativecommons.org/licenses/by/4.0/ # Changes have been made. - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: @@ -116,7 +116,7 @@ jobs: fi check-linting: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -130,7 +130,7 @@ jobs: make lint check-image-size: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -144,7 +144,7 @@ jobs: make sizecheck check-spelling: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: misspell @@ -154,7 +154,7 @@ jobs: reporter: "github-check" check-redirects: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Checkout 2024 @@ -174,7 +174,7 @@ jobs: [[ $( document.getElementById("versionwarning_href").setAttribute("href", location.href.replace("/latest/", "/stable/")) - """ + """, + "2024": """ + The documentation you are currently viewing is for previous changes to WPILib. + Please see the stable version for the current release of WPILib. + + """, }