diff --git a/.github/workflows/cmake-cross-compile.yml b/.github/workflows/cmake-cross-compile.yml index 8723c4e..bc2a2f0 100644 --- a/.github/workflows/cmake-cross-compile.yml +++ b/.github/workflows/cmake-cross-compile.yml @@ -8,16 +8,13 @@ env: jobs: build-anisette-server-aarch64: - runs-on: ubuntu-22.04 - container: ubuntu:23.04 + runs-on: ubuntu-24.04 steps: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y software-properties-common - sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa - sudo apt-get install -y git gdc-13-aarch64-linux-gnu dub libz-dev elfutils + sudo apt-get install -y software-properties-common git gdc-13-aarch64-linux-gnu dub libz-dev elfutils - uses: actions/checkout@v3 with: @@ -46,9 +43,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y software-properties-common - sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa - sudo apt-get install -y git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils + sudo apt-get install -y software-properties-common git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils - uses: actions/checkout@v3 with: diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 76ff9b8..ccf778b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -46,9 +46,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y software-properties-common - sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa - sudo apt-get install -y git gdc-13-i686-linux-gnu dub libz-dev elfutils + sudo apt-get install -y software-properties-common git gdc-13-i686-linux-gnu dub libz-dev elfutils - uses: actions/checkout@v3 with: