Skip to content

Commit af60a31

Browse files
committed
modified: mac_cmake.yml modified: mac_meson.yml
1 parent cd5d7c3 commit af60a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mac_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
macos_cmake:
1010
runs-on: macos-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: brew
1414
run: brew install cmake ninja
1515
- name: cmake

.github/workflows/mac_meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
macos_meson:
1010
runs-on: macos-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: tools
1414
run: |
1515
brew install meson ninja

0 commit comments

Comments
 (0)