From 8f4c2729cd0ba2049359aee3eb53c71ae81a883a Mon Sep 17 00:00:00 2001 From: Flier Lu Date: Sun, 1 Dec 2024 22:52:22 +0800 Subject: [PATCH] remove macos-11 --- .github/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5e0f5..59160d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-12] + os: [ubuntu-24.04, ubuntu-22.04, macos-13, macos-12] go: [stable, 1.22.x, 1.18.x] name: Go ${{ matrix.go }} tests @ ${{ matrix.os }} for hyperscan runs-on: ${{ matrix.os }} @@ -68,20 +68,14 @@ jobs: pcre_version: 8.45 build_flags: -tags hyperscan_v52 chimera: true - - os: macos-11 - go: stable - hyperscan_version: 5.1.1 - pcre_version: 8.45 - build_flags: - chimera: true - - os: ubuntu-22.04 + - os: ubuntu-24.04 go: stable hyperscan_version: 5.4.1 pcre_version: 8.45 build_flags: -tags hyperscan_v54 chimera: true coverage: true - - os: ubuntu-20.04 + - os: ubuntu-22.04 go: stable hyperscan_version: 5.2.1 pcre_version: 8.45