From 077fa6fde4f52864dee790911f414b618cf68bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 21 Feb 2024 09:23:23 +0100 Subject: [PATCH] Update ci_pr_framework.yml --- .github/workflows/ci_pr_framework.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr_framework.yml b/.github/workflows/ci_pr_framework.yml index 9a5653a1..da5365c1 100644 --- a/.github/workflows/ci_pr_framework.yml +++ b/.github/workflows/ci_pr_framework.yml @@ -10,9 +10,9 @@ concurrency: jobs: tests: name: Build Framework - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout the Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build framework run: make framework