Skip to content

Commit

Permalink
fix change location
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 12, 2025
1 parent 15f7b5c commit 3c725ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

jobs:
unix-build:
runs-on: ${{ runner.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: vyper-${{ matrix.os }}
name: vyper-${{ runner.os }}
path: dist/vyper.*

windows-build:
Expand Down

0 comments on commit 3c725ff

Please sign in to comment.