Skip to content

Commit 9706fa9

Browse files
authored
Benchmark more CPUs
1 parent 45494f5 commit 9706fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, ubuntu-24.04-arm]
10+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15]
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
@@ -17,4 +17,4 @@ jobs:
1717

1818
- name: Benchmark
1919
shell: bash
20-
run: sqlite3/libc/benchmark.sh
20+
run: sqlite3/libc/benchmark.sh

0 commit comments

Comments
 (0)