Skip to content

Commit

Permalink
use proper OS names where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Jun 11, 2022
1 parent ec0b7bc commit 877bbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
name: Build for ${{ matrix.os }}
name: Build for ${{ runner.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload tor binary
uses: actions/upload-artifact@v3
with:
name: tor-${{ matrix.os }}
name: tor-${{ runner.os }}
path:
tor/src/app/tor

Expand Down

0 comments on commit 877bbfe

Please sign in to comment.