Skip to content

Commit

Permalink
align names with previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 28, 2024
1 parent b4bfaed commit 0db7fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
arm64:
name: Ubuntu (arm64)
name: Ubuntu arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
retention-days: 5
if-no-files-found: error
arm:
name: Ubuntu (arm)
name: Ubuntu arm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -65,7 +65,7 @@ jobs:
retention-days: 5
if-no-files-found: error
amd64:
name: Ubuntu (amd64)
name: Ubuntu x64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0db7fe1

Please sign in to comment.