Skip to content

Commit

Permalink
Update github actions to lts Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Oct 10, 2024
1 parent 68a3a9c commit ef944b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.10.5"
- "lts"
- "1"
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestOnPRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/workflows/ReusableTest.yml
with:
os: ubuntu-latest
version: "1"
version: "lts"
arch: x64
allow_failure: false
run_codecov: true
Expand Down

0 comments on commit ef944b4

Please sign in to comment.