Skip to content

Commit

Permalink
Workflow emulated: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 30, 2024
1 parent 36de9a0 commit 77d3c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
matrix:
arch: ['s390x', 'ppc64le']
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
timeout-minutes: 60
with:
arch: ${{ matrix.arch }}
distro: ubuntu_rolling
distro: ubuntu_latest
githubToken: ${{ github.token }}
install: |
apt-get update -y
Expand Down

0 comments on commit 77d3c56

Please sign in to comment.