Skip to content

Commit

Permalink
remove macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Dec 1, 2024
1 parent 0ea0873 commit f6f1b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-11]
os: [ubuntu-22.04, ubuntu-20.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 }}
Expand Down

0 comments on commit f6f1b22

Please sign in to comment.