We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a36cb commit 057e1bbCopy full SHA for 057e1bb
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
ci:
5
strategy:
6
matrix:
7
- platform: [ubuntu-22.04, windows-latest]
+ platform: [ubuntu-latest, windows-latest]
8
runs-on: ${{ matrix.platform }}
9
steps:
10
- uses: actions/checkout@v3
.github/workflows/coverage.yml
@@ -2,7 +2,7 @@ name: Code coverage
2
on: [push]
3
jobs:
coverage:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
- name: Checkout repository
uses: actions/checkout@v3
0 commit comments