Skip to content

Commit 3c63339

Browse files
authored
Update ci_pr_example.yml
1 parent 15e8dc0 commit 3c63339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pr_example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ concurrency:
1010
jobs:
1111
tests:
1212
name: Build Example app
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
with:
1818
fetch-depth: 10
1919
- name: Build and run example project

0 commit comments

Comments
 (0)