From 43968b5ea70254036a9f9549a65da76818cc2d01 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 0620392ba..429d627fc 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