diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6d967de..89d2558 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,29 +19,16 @@ jobs: - windows-latest arch: - x64 - - x86 - exclude: - - os: macOS-latest - arch: x86 steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: actions/checkout@v6 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v4 - env: - cache-name: cache-artifacts - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} - restore-keys: | - ${{ runner.os }}-test-${{ env.cache-name }}- - ${{ runner.os }}-test- - ${{ runner.os }}- + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v6 with: file: lcov.info diff --git a/Project.toml b/Project.toml index 818d1a9..7a43536 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,12 @@ name = "IntervalOptimisation" uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2" -version = "0.5.0" +version = "0.5.1" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" [compat] -IntervalArithmetic = "0.22" +IntervalArithmetic = "0.22 - 1" julia = "1.9" [extras]