mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-26 02:25:38 +01:00
Remove Ubuntu/macOS targets in Github Actions
This commit is contained in:
parent
6853ade29c
commit
ca8defda7e
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@ -5,10 +5,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: hecrj/setup-rust-action@master
|
- uses: hecrj/setup-rust-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user