diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb3c6ab0..049558fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: version: ['1.6', '1'] # Test against LTS and current minor release os: [ubuntu-latest, macOS-latest, windows-latest] arch: [x64] + include: + - version: '1' + os: macos-14 + arch: aarch64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 @@ -36,7 +40,7 @@ jobs: shell: julia --color=yes --project=. {0} run: | import Pkg - Pkg.pkg"add https://github.com/odow/Xpress_jll.jl" + Pkg.pkg"add https://github.com/jump-dev/Xpress_jll.jl" Pkg.test() - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 diff --git a/Project.toml b/Project.toml index 9610afd6..5bf6c6bb 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,6 @@ version = "0.16.2" Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Xpress_jll = "308bddfa-7f95-4fa6-a557-f2c7addc1869"