Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Feb 2, 2025
1 parent 91590e9 commit 97260af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Brew
run: brew install ragel
Expand All @@ -30,7 +30,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE

- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mpw fat
path: ${{runner.workspace}}/build/mpw-shell
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: apt-get
run: sudo apt-get install ragel
Expand Down

0 comments on commit 97260af

Please sign in to comment.