From 12161c300cf1cdae18b096f9fef9f5c1a82b5852 Mon Sep 17 00:00:00 2001 From: Maciej Lech Date: Sat, 24 Aug 2024 13:22:27 +0200 Subject: [PATCH] Add macos-14 for CI --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc923f..c07993d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,8 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-12 # amd64 + - macos-14 # arm64 steps: - uses: actions/checkout@v2 - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} (ubuntu-latest) @@ -93,13 +94,16 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-12 # amd64 + - macos-14 # arm64 terraform: - '1.5.*' - '1.4.*' exclude: - os: macos-12 # for macOS, the latest terraform is enough for ACC tests terraform: '1.4.*' + - os: macos-14 # for macOS, the latest terraform is enough for ACC tests + terraform: '1.4.*' steps: - uses: actions/checkout@v2 - name: Set up Go ${{ env.GO_DEFAULT_VERSION }}