Skip to content

Commit e66cc38

Browse files
committed
CI: ubuntu-ibm.yml: Refactor
1 parent e23f188 commit e66cc38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ubuntu-ibm.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
5050
RUBY_DEBUG: ci
5151

52-
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
52+
runs-on: ${{ matrix.os }}
5353

5454
if: >-
5555
${{!(false
@@ -91,7 +91,6 @@ jobs:
9191
echo "HOME: #{HOME}"
9292
echo "HOME=$(ls -d ~)" >> $GITHUB_ENV
9393
working-directory:
94-
if: ${{ endsWith(matrix.os, 'ppc64le') || endsWith(matrix.os, 's390x') }}
9594

9695
- uses: ./.github/actions/setup/directories
9796
with:
@@ -111,9 +110,6 @@ jobs:
111110
$SETARCH ../src/configure -C --disable-install-doc ${configure:-cppflags=-DRUBY_DEBUG}
112111
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}
113112
114-
- run: $SETARCH make prepare-gems
115-
if: ${{ matrix.test_task == 'test-bundled-gems' }}
116-
117113
- run: $SETARCH make
118114

119115
- run: $SETARCH make hello

0 commit comments

Comments
 (0)