Skip to content

Commit c7ce866

Browse files
committed
Update workflow
1 parent ea72a45 commit c7ce866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-22.04, windows-2022, macos-13]
12+
os: [ubuntu-24.04, windows-2022, macos-14]
1313

1414
steps:
1515
- name: Install Pre-requisits on ubuntu
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sudo xcode-select -s "/Applications/Xcode_14.3.app"
3434
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- name: cmake build
3838
run: |

0 commit comments

Comments
 (0)