Skip to content

Commit 057e1bb

Browse files
committed
fix(build): mixup between workflow files
1 parent 14a36cb commit 057e1bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ci:
55
strategy:
66
matrix:
7-
platform: [ubuntu-22.04, windows-latest]
7+
platform: [ubuntu-latest, windows-latest]
88
runs-on: ${{ matrix.platform }}
99
steps:
1010
- uses: actions/checkout@v3

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code coverage
22
on: [push]
33
jobs:
44
coverage:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-22.04
66
steps:
77
- name: Checkout repository
88
uses: actions/checkout@v3

0 commit comments

Comments
 (0)