From 6e7e82553be275c1aaaea734ab1974d6002580e7 Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Sat, 12 Oct 2024 09:43:54 +0100 Subject: [PATCH] Add 1.6 back to CI and include ARM for macOS --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4b1f33..e7e5fd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: fail-fast: false matrix: version: + - '1.6' - '1.10' - '1' os: @@ -22,11 +23,15 @@ jobs: arch: - x64 include: + - os: macOS-latest + arch: arm64 - os: ubuntu-latest prefix: xvfb-run exclude: - os: windows-latest - version: '1.10' + version: + - '1.6' + - '1.10' steps: - uses: actions/checkout@v3