this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI Linux changed to 18.04

nesbox af076a48 bfd7a99f

+2 -2
+2 -2
.github/workflows/build.yml
··· 157 157 158 158 # === Ubuntu PRO === 159 159 linux-pro: 160 - runs-on: ubuntu-latest 160 + runs-on: ubuntu-18.04 161 161 162 162 steps: 163 163 - uses: actions/checkout@v2 ··· 195 195 196 196 # === Ubuntu === 197 197 linux: 198 - runs-on: ubuntu-latest 198 + runs-on: ubuntu-18.04 199 199 200 200 steps: 201 201 - uses: actions/checkout@v2