Skip to content

Commit 315ff8e

Browse files
committed
GitHub Actions ci.yml: update runners, run on all branches
1 parent 250c15a commit 315ff8e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: CI
33
# Avoid duplicate builds for pull requests, allow manual trigger.
44
on:
55
push:
6-
branches: [ main ]
76
pull_request:
87
workflow_dispatch:
98

@@ -15,10 +14,8 @@ jobs:
1514
build:
1615
strategy:
1716
matrix:
18-
os:
19-
- windows-2019
20-
- macos-12
21-
- ubuntu-22.04
17+
# Available runners: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
18+
os: [ ubuntu-latest, macos-latest, macos-26, windows-latest ]
2219
runs-on: ${{ matrix.os }}
2320
steps:
2421
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)