Browse Source

CI: Use ubuntu-latest

pull/9596/head
Aleksander Machniak 2 years ago
parent
commit
52c8b1c50f
  1. 2
      .github/workflows/browser_tests.yml
  2. 2
      .github/workflows/tests.yml

2
.github/workflows/browser_tests.yml

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

2
.github/workflows/tests.yml

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

Loading…
Cancel
Save