Skip to content

Commit

Permalink
remove old version
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Dec 1, 2024
1 parent de14fe5 commit 9dd8ff1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,30 @@ jobs:
include:
- os: macos-13
go: stable
hyperscan_version: 5.4.1
hyperscan_version: 5.4.2
pcre_version: 8.45
build_flags: -tags hyperscan_v54
chimera: true
- os: macos-12
go: stable
hyperscan_version: 5.2.1
pcre_version: 8.45
build_flags: -tags hyperscan_v52
chimera: true
# - os: macos-12
# go: stable
# hyperscan_version: 5.2.1
# pcre_version: 8.45
# build_flags: -tags hyperscan_v52
# chimera: true
- os: ubuntu-24.04
go: stable
hyperscan_version: 5.4.1
hyperscan_version: 5.4.2
pcre_version: 8.45
build_flags: -tags hyperscan_v54
chimera: true
coverage: true
- os: ubuntu-22.04
go: stable
hyperscan_version: 5.2.1
pcre_version: 8.45
build_flags: -tags hyperscan_v52
chimera: true
name: Go ${{ matrix.go }} tests @ ${{ matrix.os }} for hyperscan ${{ matrix.hyperscan_version }}
# - os: ubuntu-22.04
# go: stable
# hyperscan_version: 5.2.1
# pcre_version: 8.45
# build_flags: -tags hyperscan_v52
# chimera: true
name: Go ${{ matrix.go }} @ ${{ matrix.os }} for hyperscan ${{ matrix.hyperscan_version }}
runs-on: ${{ matrix.os }}
env:
PKG_CONFIG_PATH: ${{ github.workspace }}/dist/lib/pkgconfig
Expand Down

0 comments on commit 9dd8ff1

Please sign in to comment.