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