Skip to content

Commit

Permalink
run on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
chantra committed Aug 25, 2024
1 parent 918a2b6 commit 29901ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: hello-world
on: push
jobs:
my-job:
runs-on: ubuntu-latest
runs-on: [self-hosted, s390x]
steps:
- name: my-step
run: echo "${ACTIONS_RUNTIME_URL}_apis/pipelines/workflows/${GITHUB_RUN_ID}/artifacts"
- name: uname
run: uname -a

0 comments on commit 29901ce

Please sign in to comment.