Skip to content

Commit 00ec9a8

Browse files
authored
Update build_and_test.yml - corrected os for upload build artifacts
1 parent 3cf66f0 commit 00ec9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: cmake --build . --target package
116116

117117
- uses: actions/upload-artifact@v4
118-
if: matrix.os == 'ubuntu-24.04'
118+
if: matrix.os == 'ubuntu-latest'
119119
with:
120120
name: packages
121121
path: ${{github.workspace}}/build/Crow-*

0 commit comments

Comments
 (0)