From d71b7f868a062b861cec0dc295ebe773b27b7850 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 24 Mar 2026 11:43:59 +0200 Subject: [PATCH] build: update os matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6a7bef..caf3a35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-14, macos-15] + os: [ubuntu-24.04, macos-14, macos-15, macos-26] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew