diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-11-20 21:50:09 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-11-20 21:50:09 +0100 |
| commit | b58d6654924415d20d442e39fb30fc71a9e2cd5d (patch) | |
| tree | c74b6bad72611b03755128d484f6425882cc7ed8 /.github/workflows/nx-libs-archs.yml | |
| parent | 9e927a9d8576984ec3a2e7779abf90a27a38291d (diff) | |
| parent | b8160eb8337bb549143f48534ccade2813f7ff32 (diff) | |
| download | nx-libs-b58d6654924415d20d442e39fb30fc71a9e2cd5d.tar.gz nx-libs-b58d6654924415d20d442e39fb30fc71a9e2cd5d.tar.bz2 nx-libs-b58d6654924415d20d442e39fb30fc71a9e2cd5d.zip | |
Merge branch 'mjtrangoni-update-workflows' into 3.6.x
Attributes GH PR #1081: https://github.com/ArcticaProject/nx-libs/pull/1081
Diffstat (limited to '.github/workflows/nx-libs-archs.yml')
| -rw-r--r-- | .github/workflows/nx-libs-archs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nx-libs-archs.yml b/.github/workflows/nx-libs-archs.yml index b2e343acd..74936aa12 100644 --- a/.github/workflows/nx-libs-archs.yml +++ b/.github/workflows/nx-libs-archs.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Build on ${{ matrix.distro }} ${{ matrix.arch }} with gcc # Run steps on a matrix of 4 arch/distro combinations @@ -17,18 +17,18 @@ jobs: matrix: include: - arch: aarch64 - distro: ubuntu20.04 + distro: ubuntu22.04 - arch: ppc64le - distro: ubuntu20.04 + distro: ubuntu22.04 - arch: s390x - distro: ubuntu20.04 + distro: ubuntu22.04 - arch: armv7 - distro: ubuntu20.04 + distro: ubuntu22.04 steps: - name: Checkout repository uses: actions/checkout@v2 - - uses: uraimo/run-on-arch-action@v2.0.8 + - uses: uraimo/run-on-arch-action@v2.7.2 name: Build artifact id: build with: |
