Browse Source

GA: Stick to ubuntu-18.04

pull/7793/head
Aleksander Machniak 5 years ago
parent
commit
85be74d77c
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -6,7 +6,7 @@ on:
jobs:
linux_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
strategy:

Loading…
Cancel
Save