Skip to content

Commit

Permalink
ci: use github macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jan 10, 2025
1 parent e7e0298 commit 03181d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pre-commit:
strategy:
matrix:
os: [["ubuntu-latest"], ["self-hosted", "macOS"]]
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
strategy:
matrix:
os: [["ubuntu-latest"], ["self-hosted", "macOS"]]
target: ["backend", "worker"]
os: [ubuntu-latest, macOS-latest]
target: [backend, worker]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 03181d9

Please sign in to comment.