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 fbbf632
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/emulated.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: emulated
on:
- push
- pull_request
push:
branches:
- master
pull_request:
branches:
- master

defaults:
run:
Expand All @@ -20,12 +24,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 fbbf632

Please sign in to comment.