diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ac7c326..9731f20c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - os: macOS-latest arch: x86 include: - - version: '1.0' + - version: '1.6' os: ubuntu-latest arch: x64 - os: ubuntu-latest @@ -60,4 +60,4 @@ jobs: if: matrix.coverage with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: lcov.info \ No newline at end of file + path-to-lcov: lcov.info diff --git a/Project.toml b/Project.toml index 4a105b6a..cfd30ee8 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Requires = "0.5, 1.0" StatsBase = "0.32, 0.33" StatsFuns = "0.8, 0.9, 1" Tracker = "0.2.3" -julia = "1" +julia = "1.6" [extras] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"