Skip to content

Commit

Permalink
Updating GitHub Actions workflow to use self hosted runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Jul 29, 2024
1 parent 9b59968 commit 3562d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
os: [ubuntu-latest, windows-11, macos-ventura]
runs-on: [self-hosted, "${{ matrix.os }}"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3562d78

Please sign in to comment.