Skip to content

Commit

Permalink
Update CI.yml (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Oct 16, 2023
1 parent 7baa267 commit ab6edf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- master
tags: ['*']
pull_request:
branches:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit ab6edf9

Please sign in to comment.