Skip to content

Commit

Permalink
Update Debian version in build workflows (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Mar 14, 2024
1 parent d348228 commit 4a7b109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
docker run -d --name kuzu-x86 \
-v $PWD:/kuzu -w /kuzu \
-e NUM_THREADS=2 -e GEN=ninja -e CC=gcc -e CXX=g++ \
i386/debian:latest tail -f /dev/null
i386/debian:stable tail -f /dev/null
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
docker run -d --name kuzu-x86 \
-v $PWD:/kuzu -w /kuzu \
-e NUM_THREADS=2 -e GEN=ninja -e CC=gcc -e CXX=g++ \
i386/debian:latest tail -f /dev/null
i386/debian:stable tail -f /dev/null
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4a7b109

Please sign in to comment.