Skip to content

Commit

Permalink
ci: enable macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexicon226 committed Jan 10, 2025
1 parent 3c6d049 commit bf1a8c2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand All @@ -61,7 +61,8 @@ jobs:
kcov_test:
strategy:
matrix:
os: [ubuntu-latest]
# this check only runs on linux as it uses kcov, which only provides linux binaries
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
gossip:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand All @@ -119,7 +120,7 @@ jobs:
gossip_service_fuzz:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand All @@ -139,7 +140,7 @@ jobs:
gossip_table_fuzz:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand All @@ -159,7 +160,7 @@ jobs:
allocators_fuzz:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13-xlarge]
runs-on: ${{matrix.os}}
timeout-minutes: 60
steps:
Expand Down

0 comments on commit bf1a8c2

Please sign in to comment.