From b05571998e8b181a87804a38c44a47e2a142c8cf Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 29 Apr 2025 17:50:53 +0000 Subject: [PATCH] Update CI docker image to ubuntu-24.04 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5138f9a..714a49bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: # Check build succeeds for each f3discovery chapter containing example code. build-f3discovery-chapter: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: chapter: @@ -39,7 +39,7 @@ jobs: # Check build succeeds for f3discovery docs. build-f3discovery-doc: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 @@ -53,7 +53,7 @@ jobs: # Check a build succeeds for each microbit chapter that contains example code. build-microbit-chapter: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: chapter: @@ -79,7 +79,7 @@ jobs: # Check build succeeds for microbit docs. build-microbit-doc: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 @@ -97,7 +97,7 @@ jobs: # Build the book HTML itself and optionally publish it. build-book: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1