From 0ae07ad6d96395440cf05394c14b6767852741a1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 19 Nov 2023 19:14:26 +0100 Subject: [PATCH] t2 Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 7468ab7..f9d0f10 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -15,23 +15,28 @@ jobs: include: - name: linux-aarch64 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: linux-aarch64 - name: linux-armhf installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: linux-armhf - name: linux-i686 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: linux-i686 - name: linux-riscv64 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: linux-riscv64 - name: linux-x86_64 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: linux-x86_64 #- name: macos #installer: homebrew @@ -47,19 +52,22 @@ jobs: #target: macos-universal-10.15 - name: wasm installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: wasm - name: win32 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: win32 - name: win64 installer: apt - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 target: win64 runs-on: ${{ matrix.os }} container: - image: ${{ matrix.os }} + image: ${{ matrix.container }} steps: - uses: actions/checkout@v3 - name: Set up cache