Skip to content

Commit aea9bf5

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents 861413e + ec3c35d commit aea9bf5

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,20 @@ jobs:
1313
target:
1414
- os: linux
1515
cpu: amd64
16-
- os: linux
17-
cpu: i386
1816
- os: macos
19-
cpu: amd64
20-
- os: windows
21-
cpu: i386
17+
cpu: arm64
2218
- os: windows
2319
cpu: amd64
2420
include:
2521
- target:
2622
os: linux
27-
builder: ubuntu-20.04
23+
builder: ubuntu-latest
2824
- target:
2925
os: macos
30-
builder: macos-11
26+
builder: macos-latest
3127
- target:
3228
os: windows
33-
builder: windows-2019
29+
builder: windows-latest
3430
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})'
3531
runs-on: ${{ matrix.builder }}
3632

@@ -127,3 +123,4 @@ jobs:
127123
target_branch: gh-pages
128124
env:
129125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126+

tests/thtmlparser.nim renamed to tests/main/thtmlparser.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://example.com/test?format=jpg&name=orig##text
88
https://example.com/test?format=jpg##text
99
'''
1010
"""
11-
import ../src/htmlparser
11+
import ../../src/htmlparser
1212
import std/[xmltree, strutils]
1313
from std/streams import newStringStream
1414
import std/assertions

0 commit comments

Comments
 (0)