Update production-performancetest.yml.yml

This commit is contained in:
sangeeths03
2025-03-03 06:27:12 -08:00
committed by GitHub
parent 1471a5c918
commit c15964d479
@@ -5,12 +5,12 @@ on:
jobs: jobs:
benchmark-memory-speed: benchmark-memory-speed:
name: Test name: macOS Performance Benchmark--Production images
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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: steps: