mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:05:42 +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:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user