Skip to content

Commit 70910e4

Browse files
committed
Fix wrong branch in ci
1 parent 78f8336 commit 70910e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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
concurrency:
1111
# Skip intermediate builds: always.
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- uses: actions/checkout@v4
57-
- uses: julia-actions/setup-julia@v1
57+
- uses: julia-actions/setup-julia@v2
5858
with:
5959
version: '1'
6060
- run: |

0 commit comments

Comments
 (0)