Skip to content

Commit

Permalink
remove macos-xx-large
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Oct 23, 2024
1 parent acef22a commit f9c350b
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-22.04, macos-15, macos-14-large, macos-14]
os: [ubuntu-24.04, ubuntu-22.04, macos-latest, macos-14]
go: [stable, 1.23.x, 1.22.x, 1.21.x]
name: Go ${{ matrix.go }} tests @ ${{ matrix.os }} for hyperscan
runs-on: ${{ matrix.os }}
Expand All @@ -32,12 +32,7 @@ jobs:
sudo apt-get install -yq libhyperscan-dev libpcap-dev
- name: Install MacOS dependencies for testing libraries
if: startsWith(matrix.os, 'macos-') && endsWith(matrix.os, '-large')
run: |
brew install hyperscan libpcap
- name: Install MacOS dependencies for testing libraries
if: startsWith(matrix.os, 'macos-') && !endsWith(matrix.os, '-large')
if: startsWith(matrix.os, 'macos-')
run: |
brew install vectorscan libpcap
Expand All @@ -62,28 +57,16 @@ jobs:
strategy:
matrix:
include:
- os: macos-14-large
- os: macos-14
go: stable
hyperscan_version: 5.4.11
pcre_version: 8.45
build_flags: -tags hyperscan_v54,chimera
chimera: true
vectorscan: true
- os: macos-14-large
go: stable
hyperscan_version: 5.4.2
pcre_version: 8.45
build_flags: -tags hyperscan_v54,chimera
chimera: true
- os: macos-13-large
go: stable
hyperscan_version: 5.2.1
pcre_version: 8.45
build_flags: -tags hyperscan_v52,chimera
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
chimera: true
Expand Down

0 comments on commit f9c350b

Please sign in to comment.