From 318a7ead4bf9bf31e292e6ad401dc55f8e98ffa6 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Wed, 8 Oct 2025 09:58:46 -0600 Subject: [PATCH] Fix CI Ubuntu version (#50) --- .github/workflows/spaceros.yml | 8 ++++---- docker/image/Dockerfile | 2 +- requirements.txt | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/spaceros.yml b/.github/workflows/spaceros.yml index 63b429c..97da285 100644 --- a/.github/workflows/spaceros.yml +++ b/.github/workflows/spaceros.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -16,7 +16,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.12 - name: Install dependencies with pip run: | @@ -28,7 +28,7 @@ jobs: run: make test deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 permissions: contents: write needs: test @@ -40,7 +40,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.12 - name: Install dependencies with pip run: | diff --git a/docker/image/Dockerfile b/docker/image/Dockerfile index 430cdf7..5c8e284 100644 --- a/docker/image/Dockerfile +++ b/docker/image/Dockerfile @@ -3,7 +3,7 @@ # # docker build -f docker/image/Dockerfile . -FROM ubuntu:focal +FROM ubuntu:noble ARG user=rosindex ARG uid=1000 diff --git a/requirements.txt b/requirements.txt index 5d8ce4e..ac435f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ doc8==0.8.1 docutils==0.16.0 -pip==22.0.2 sphinx==4.3.2 sphinx-copybutton==0.4.0 sphinx-multiversion==0.2.4