From 3bb2cfd2121780de26f64f3ba551e70cb8d0edd1 Mon Sep 17 00:00:00 2001 From: Dimitris Staratzis <33267511+DimitrisStaratzis@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:48:28 +0300 Subject: [PATCH] update macOS-11 runners to macOS-13 --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index c47342cd..ea7ce0af 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -154,7 +154,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-11, ubuntu-latest, macos-14] + os: [ macos-13, ubuntu-latest, macos-14] steps: - name: Set up Java