Skip to content

Commit 6db0fba

Browse files
committed
The branches were outdated, this commit fixes it.
1 parent 5f8c363 commit 6db0fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags: [v*]
66
pull_request:
77

@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
julia-version: ["min", "1", "pre"]
15-
os: [ubuntu-latest, macOS-latest]
15+
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)