From 5684a1bd7bb96f9feaf2c76c99d1990efc16a56f Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 17 Jun 2024 10:08:43 +0200 Subject: [PATCH] Pin MacOS launchers CI job to `macos-13` --- .github/workflows/launchers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/launchers.yml b/.github/workflows/launchers.yml index 2271f72..18fb5ad 100644 --- a/.github/workflows/launchers.yml +++ b/.github/workflows/launchers.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-latest, macos-latest] + os: [ubuntu-20.04, windows-latest, macos-13] steps: - uses: actions/checkout@v2 with: