Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
matrix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 26, 2023
1 parent 6371275 commit 423aa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build&test@arcrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
build:
strategy:
matrix:
os: [arc-runner-set]
runner: [arc-runner-set]

runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runner }}
container: docker.io/rust:latest

steps:
Expand Down

0 comments on commit 423aa23

Please sign in to comment.