We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4163618 commit 53b9c4aCopy full SHA for 53b9c4a
1 file changed
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: CI
2
on:
3
pull_request:
4
branches:
5
- - master
+ - main
6
push:
7
8
9
tags: '*'
10
# needed to allow julia-actions/cache to delete old caches that it has created
11
permissions:
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- version: ['1.10', '1.11']
+ version: ['1.11']
22
os: [ubuntu-latest, windows-latest]
23
arch: [x64]
24
steps:
0 commit comments