Skip to content

Commit

Permalink
test: switch from ubuntu-22.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 1, 2024
1 parent d40cb41 commit 5f57334
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run:
shell: ${{ matrix.shell || 'bash'}}
# The type of runner that the job will run on
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
# see https://github.com/containers/podman/issues/13609
continue-on-error: ${{ contains(matrix.name, 'macos') && true || false }}
outputs:
Expand All @@ -75,15 +75,15 @@ jobs:
continue-on-error:
- false
os:
- ubuntu-22.04
- ubuntu-24.04
task-name:
- docs
name:
- docs
include:
- name: lint
task-name: lint
os: ubuntu-22.04
os: ubuntu-24.04
env:
SKIP_PODMAN: 1
SKIP_DOCKER: 1
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: contains(matrix.shell, 'wsl')
uses: Vampire/[email protected]
with:
distribution: Ubuntu-22.04
distribution: Ubuntu-24.04
set-as-default: "true"
# '-i' seems to be the only option that loads .bashrc file that we need
# https://github.com/Vampire/setup-wsl/discussions/54
Expand All @@ -146,6 +146,7 @@ jobs:
dbus
dirmngr
gawk
gcc
git
gpg
gpg-agent
Expand Down Expand Up @@ -335,7 +336,7 @@ jobs:
id-token: write
checks: read

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Merge logs into a single archive
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ submodules:
recursive: true

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: >- # PyYAML parses it as float `3.1` it it's not an explicit string
3.10
3.12
# Optionally set the version of Python and requirements required
# to build docs
Expand Down

0 comments on commit 5f57334

Please sign in to comment.