Skip to content

Commit

Permalink
Replace self-hosted runner with provided by GH
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Feb 3, 2025
1 parent c08e434 commit 871d3a9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- run: cargo +${{ steps.get_msrv.outputs.msrv }} build --no-default-features --features ceres-source,fftw-source,gsl

test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -203,16 +207,6 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

arm:
runs-on: [ self-hosted, linux, ARM64 ]

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: cargo build --all-targets --no-default-features --features=ceres-source,fftw-source,gsl

macos:
runs-on: macos-latest

Expand Down

0 comments on commit 871d3a9

Please sign in to comment.