From 9706fa96072d3c3a60a80911e8548450728f2f82 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Sun, 13 Apr 2025 13:28:36 +0100 Subject: [PATCH] Benchmark more CPUs --- .github/workflows/libc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/libc.yml b/.github/workflows/libc.yml index 3dbaba8..5007b49 100644 --- a/.github/workflows/libc.yml +++ b/.github/workflows/libc.yml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, ubuntu-24.04-arm] + os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15] runs-on: ${{ matrix.os }} steps: @@ -17,4 +17,4 @@ jobs: - name: Benchmark shell: bash - run: sqlite3/libc/benchmark.sh \ No newline at end of file + run: sqlite3/libc/benchmark.sh