Skip to content

Commit

Permalink
Now using action@v0.23.0
Browse files Browse the repository at this point in the history
	modified:   mac_cmake.yml
	modified:   mac_meson.yml
  • Loading branch information
davea42 committed Jun 20, 2024
1 parent cd5d7c3 commit af60a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
macos_cmake:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: brew
run: brew install cmake ninja
- name: cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
macos_meson:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: tools
run: |
brew install meson ninja
Expand Down

0 comments on commit af60a31

Please sign in to comment.