Skip to content

Commit

Permalink
Update CI to use ubuntu-24.04
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 25, 2024
1 parent 127f123 commit 42ac864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ env:
DEBIAN_FRONTEND: noninteractive

jobs:
ubuntu_23_10:
ubuntu_24_04:
strategy:
matrix:
platform: [modduo, modduo-static, modduo-new, modduox, modduox-static, modduox-new, moddwarf, moddwarf-new, generic-aarch64, generic-x86_64]
runs-on: ubuntu-latest
container:
image: ubuntu:23.10
image: ubuntu:24.04
steps:
- uses: actions/checkout@v3
- name: Set up cache
uses: actions/cache@v3
with:
path: |
~/mod-workdir/download
key: download-ubuntu_23_10-${{ matrix.platform }}
key: download-ubuntu_24_04-${{ matrix.platform }}
- name: Install dependencies
run: |
apt-get update -qq && apt-get install -yqq \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@ jobs:
sed -i 's/CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' toolchain/*.config
./bootstrap.sh ${{ matrix.platform }} minimal
ubuntu_23_10:
ubuntu_24_04:
strategy:
matrix:
platform: [modduo, modduo-new, modduo-static, modduox, modduox-static, modduox-new, moddwarf, moddwarf-new, generic-aarch64, generic-x86_64]
runs-on: ubuntu-latest
container:
image: ubuntu:23.10
image: ubuntu:24.04
steps:
- uses: actions/checkout@v3
- name: Set up cache
uses: actions/cache@v3
with:
path: |
~/mod-workdir/download
key: download-ubuntu_23_10-${{ matrix.platform }}
key: download-ubuntu_24_04-${{ matrix.platform }}
- name: Install dependencies
run: |
apt-get update -qq && apt-get install -yqq \
Expand Down

0 comments on commit 42ac864

Please sign in to comment.