Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 authored Dec 2, 2024
1 parent 0752333 commit b48452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
path: ./ctremu

macos-build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: arch -x86_64 brew install sdl2 glew xxhash xbyak capstone
run: brew install sdl2 glew xxhash xbyak capstone
- name: build
run: make USER=1
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b48452e

Please sign in to comment.