Skip to content

Commit

Permalink
add arch name
Browse files Browse the repository at this point in the history
  • Loading branch information
fred913 committed Aug 26, 2024
1 parent 47613b0 commit e0bcbee
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 @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, macos-13, ubuntu-latest, windows-latest]
os: [macos-14, macos-13, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand All @@ -48,7 +48,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }} Build
name: ${{ runner.os }} ${{ runner.arch }} Build
path: |
build/*.exe
build/*.bin
Expand Down

0 comments on commit e0bcbee

Please sign in to comment.