We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc643c commit 808f0fdCopy full SHA for 808f0fd
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: deno task build
57
58
- name: Build sqlite3 (linux x86_64)
59
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-24.04'
60
env:
61
TARGET_ARCH: x86_64
62
0 commit comments