diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2907ff5..947e6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,10 @@ jobs: os: - ubuntu-latest arch: + # x86 (32-bit) is dropped: Reseau.jl, pulled in via HTTP 2.x, fails to + # precompile on i686 Linux and Windows. + # See https://github.com/JuliaServices/Reseau.jl/issues/156 - x64 - - x86 include: # test macOS and Windows with latest Julia only - os: macOS-latest @@ -28,9 +30,6 @@ jobs: - os: windows-latest arch: x64 version: 1 - - os: windows-latest - arch: x86 - version: 1 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 diff --git a/Project.toml b/Project.toml index 277fd7e..4026ba1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OpenPolicyAgent" uuid = "8f257efb-743c-4ebc-8197-d291a1f743b4" authors = ["JuliaHub Inc.", "Tanmay Mohapatra "] -version = "0.4.1" +version = "0.4.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"