Skip to content

Commit

Permalink
new label target
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Oct 11, 2024
1 parent 0640ea2 commit 7fb6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
cargo-test:
strategy:
matrix:
os: ${{ github.repository_owner == 'autonomys' && fromJson('["self-hosted-ephemeral, linux, x64, ubuntu-latest"]') || '["ubuntu-latest"]' }}
os: ${{ github.repository_owner == 'autonomys' && 'self-hosted-ephemeral, linux, x64, ubuntu-22-04' || 'ubuntu-22.04' }}

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

Expand Down

0 comments on commit 7fb6264

Please sign in to comment.