Skip to content

Commit 624681c

Browse files
committed
fix build
1 parent fc725f3 commit 624681c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [windows-latest, ubuntu-latest]
21+
os: [windows-latest, ubuntu-22.04]
2222
include:
2323
- os: windows-latest
2424
os_short: win
2525

26-
- os: ubuntu-latest
26+
- os: ubuntu-22.04
2727
os_short: linux
2828

2929
steps:

Diff for: pushbuild.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
0x0
2-
0x1
2+
0x1
3+
0x2

0 commit comments

Comments
 (0)