We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250c15a commit 315ff8eCopy full SHA for 315ff8e
.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: CI
3
# Avoid duplicate builds for pull requests, allow manual trigger.
4
on:
5
push:
6
- branches: [ main ]
7
pull_request:
8
workflow_dispatch:
9
@@ -15,10 +14,8 @@ jobs:
15
14
build:
16
strategy:
17
matrix:
18
- os:
19
- - windows-2019
20
- - macos-12
21
- - ubuntu-22.04
+ # Available runners: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
+ os: [ ubuntu-latest, macos-latest, macos-26, windows-latest ]
22
runs-on: ${{ matrix.os }}
23
steps:
24
- run: git config --global core.autocrlf false
0 commit comments