From c15964d4794ceaed4186a21f2a4c9ce44d16e651 Mon Sep 17 00:00:00 2001 From: sangeeths03 Date: Mon, 3 Mar 2025 06:27:12 -0800 Subject: [PATCH] Update production-performancetest.yml.yml --- .github/workflows/production-performancetest.yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production-performancetest.yml.yml b/.github/workflows/production-performancetest.yml.yml index 5ebb5831..74a4ab67 100644 --- a/.github/workflows/production-performancetest.yml.yml +++ b/.github/workflows/production-performancetest.yml.yml @@ -5,12 +5,12 @@ on: jobs: benchmark-memory-speed: - name: Test + name: macOS Performance Benchmark--Production images runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - os: ['macos-13', 'macos-13-xlarge', 'macos-14', 'macos-14-large', 'macos-14-xlarge', 'macos-15', 'macos-15-large', 'macos-15-xlarge'] + os: [macos-13, macos-14, macos-15] steps: