Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver authored Oct 19, 2024
1 parent faa01f8 commit 037cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: cmake --build . --target package

- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++'
if: matrix.os == 'ubuntu-24.04'
with:
name: packages
path: ${{github.workspace}}/build/Crow-*
Expand Down

0 comments on commit 037cde5

Please sign in to comment.