mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Fixed cross platform testing in worflows
This commit is contained in:
5
.github/workflows/rust.yaml
vendored
5
.github/workflows/rust.yaml
vendored
@@ -12,7 +12,10 @@ env:
|
||||
jobs:
|
||||
build-rust:
|
||||
|
||||
runs-on: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user