Skip to content

Commit 9dd8ff1

Browse files
committed
remove old version
1 parent de14fe5 commit 9dd8ff1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,30 @@ jobs:
5858
include:
5959
- os: macos-13
6060
go: stable
61-
hyperscan_version: 5.4.1
61+
hyperscan_version: 5.4.2
6262
pcre_version: 8.45
6363
build_flags: -tags hyperscan_v54
6464
chimera: true
65-
- os: macos-12
66-
go: stable
67-
hyperscan_version: 5.2.1
68-
pcre_version: 8.45
69-
build_flags: -tags hyperscan_v52
70-
chimera: true
65+
# - os: macos-12
66+
# go: stable
67+
# hyperscan_version: 5.2.1
68+
# pcre_version: 8.45
69+
# build_flags: -tags hyperscan_v52
70+
# chimera: true
7171
- os: ubuntu-24.04
7272
go: stable
73-
hyperscan_version: 5.4.1
73+
hyperscan_version: 5.4.2
7474
pcre_version: 8.45
7575
build_flags: -tags hyperscan_v54
7676
chimera: true
7777
coverage: true
78-
- os: ubuntu-22.04
79-
go: stable
80-
hyperscan_version: 5.2.1
81-
pcre_version: 8.45
82-
build_flags: -tags hyperscan_v52
83-
chimera: true
84-
name: Go ${{ matrix.go }} tests @ ${{ matrix.os }} for hyperscan ${{ matrix.hyperscan_version }}
78+
# - os: ubuntu-22.04
79+
# go: stable
80+
# hyperscan_version: 5.2.1
81+
# pcre_version: 8.45
82+
# build_flags: -tags hyperscan_v52
83+
# chimera: true
84+
name: Go ${{ matrix.go }} @ ${{ matrix.os }} for hyperscan ${{ matrix.hyperscan_version }}
8585
runs-on: ${{ matrix.os }}
8686
env:
8787
PKG_CONFIG_PATH: ${{ github.workspace }}/dist/lib/pkgconfig

0 commit comments

Comments
 (0)