mirror of https://github.com/aria2/aria2
Move runs-on under strategy
parent
190ce569e4
commit
a433352b67
|
@ -4,13 +4,13 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-11]
|
os: [ubuntu-22.04, macos-11]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Linux setup
|
- name: Linux setup
|
||||||
|
|
Loading…
Reference in New Issue