Skip to content

Commit

Permalink
chore: disable osx for now, bump wamr
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 24, 2024
1 parent 20c095b commit 95d12aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- name: Install APE loader on Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 95d12aa

Please sign in to comment.