build: update os matrix

This commit is contained in:
2026-03-24 11:43:59 +02:00
parent 2acddd63fd
commit d71b7f868a

View File

@@ -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