From 490ad32de8b9b737a7b492f82a67b98cedac493b Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Mon, 13 May 2024 18:37:13 -0400 Subject: [PATCH] fix macos runner typo (#820) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e51d439a0..9eca2c310 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -67,7 +67,7 @@ jobs: fail-fast: false max-parallel: 3 matrix: - os: [ubuntu-22.04, macos12, windows-2022] + os: [ubuntu-22.04, macos-12, windows-2022] python-version: ["3.8"] include: - os: ubuntu-22.04