Skip to content

Commit fbbf632

Browse files
committed
Workflow emulated: update dependencies
1 parent 36de9a0 commit fbbf632

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/emulated.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: emulated
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
59

610
defaults:
711
run:
@@ -20,12 +24,12 @@ jobs:
2024
matrix:
2125
arch: ['s390x', 'ppc64le']
2226
steps:
23-
- uses: actions/checkout@v3
24-
- uses: uraimo/run-on-arch-action@v2.7.2
27+
- uses: actions/checkout@v4
28+
- uses: uraimo/run-on-arch-action@v2
2529
timeout-minutes: 60
2630
with:
2731
arch: ${{ matrix.arch }}
28-
distro: ubuntu_rolling
32+
distro: ubuntu_latest
2933
githubToken: ${{ github.token }}
3034
install: |
3135
apt-get update -y

0 commit comments

Comments
 (0)