Skip to content

Commit

Permalink
ci: Fix MacOS version in the artifacts name
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Jul 30, 2024
1 parent f252f5f commit 6f2a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Test logs on macOS-12 with ${{ matrix.token }}
name: Test logs on macOS-42 with ${{ matrix.token }}
path: |
builddir/meson-logs/*
builddir/tests/*.log
Expand Down

0 comments on commit 6f2a69a

Please sign in to comment.