Skip to content

Commit 077fa6f

Browse files
authored
Update ci_pr_framework.yml
1 parent 3c63339 commit 077fa6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pr_framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ concurrency:
1010
jobs:
1111
tests:
1212
name: Build Framework
13-
runs-on: macos-13
13+
runs-on: macos-14
1414
steps:
1515
- name: Checkout the Git repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Build framework
1818
run: make framework

0 commit comments

Comments
 (0)