Skip to content

Commit

Permalink
fix label and runs-on name
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent 7f2304c commit 6c0faff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Passenger CI tests
name: Passenger generic binaries tests CI tests

env:
ENTERPRISE: 0
Expand All @@ -23,7 +23,7 @@ jobs:
arch:
- x86_64
- aarch64
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os.img }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6c0faff

Please sign in to comment.