summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-05 09:48:27 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-05 09:48:27 +0100
commit097890e663a2ce153acf975b0b1df410eb37f052 (patch)
tree81a31751e3cd0ea371430e2518a46d1ce21b2405
parent00f52f4037e1999da640c9fb86683916ea6a17df (diff)
fix(CI): Fix copy-paste failure in sqlite tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/integration-sqlite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml
index a301c9b0e..fcb28dc93 100644
--- a/.github/workflows/integration-sqlite.yml
+++ b/.github/workflows/integration-sqlite.yml
@@ -22,7 +22,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latestv
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}