From d0b1998831c2b2fe319a3251c95d53c109bc04d1 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Mon, 6 Oct 2025 14:05:46 -0400 Subject: [PATCH] Remove use of macos-13 (x86-64) --- .github/workflows/actions-ci.yml | 36 -------------------------------- 1 file changed, 36 deletions(-) diff --git a/.github/workflows/actions-ci.yml b/.github/workflows/actions-ci.yml index 2440817c37..04c29ae8f7 100644 --- a/.github/workflows/actions-ci.yml +++ b/.github/workflows/actions-ci.yml @@ -30,42 +30,6 @@ jobs: cmake -GNinja -Btest_build_dir ninja -C test_build_dir run_tests - macOS-x86: - if: github.repository_owner == 'aws' - needs: [sanity-test-run] - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - "macos-13" - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 - with: - go-version: ">=1.18" - - name: Build ${{ env.PACKAGE_NAME }} - run: | - ./tests/ci/run_posix_tests.sh - - macOS-x86-FIPS: - if: github.repository_owner == 'aws' - needs: [sanity-test-run] - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - "macos-13" - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 - with: - go-version: ">=1.18" - - name: Build ${{ env.PACKAGE_NAME }} with FIPS mode - run: | - ./tests/ci/run_fips_tests.sh - macOS-ARM: if: github.repository_owner == 'aws' needs: [sanity-test-run]