Skip to content

Commit 53b9c4a

Browse files
authored
Update ci.yml
1 parent 4163618 commit 53b9c4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
push:
77
branches:
8-
- master
8+
- main
99
tags: '*'
1010
# needed to allow julia-actions/cache to delete old caches that it has created
1111
permissions:
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: ['1.10', '1.11']
21+
version: ['1.11']
2222
os: [ubuntu-latest, windows-latest]
2323
arch: [x64]
2424
steps:

0 commit comments

Comments
 (0)