Skip to content

Commit

Permalink
LTS to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Nov 4, 2024
1 parent 7e78ab7 commit 267ef68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [windows-latest] # ubuntu-latest
file-name: [Export]
julia-version: ['1.10'] # 1.9
julia-version: ['1.10']
julia-arch: [x64]
experimental: [false] # true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TestLTS.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test v1.6 (LTS)
name: Test v1.10 (LTS)

on:
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
julia-version: ['1.6']
julia-version: ['lts']
julia-arch: [x64]
os: [windows-latest] # ubuntu-latest,
experimental: [false]
Expand Down

0 comments on commit 267ef68

Please sign in to comment.