Skip to content

Commit

Permalink
CI: Update ubuntu builds to use zeek 5.0.9 for ubuntu22, remove zeek …
Browse files Browse the repository at this point in the history
…4.0 build
  • Loading branch information
timwoj committed Nov 30, 2023
1 parent c5a471f commit c74ba46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
zeek: [{version: 4.0.4-0, tag: -lts}, {version: 5.0.0-0, tag: -rc}]
zeek: [{version: 5.0.9-0, tag: -lts}]

env:
ZEEK_VERSION: ${{ matrix.zeek.version }}
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install Zeek
run: |
(cd /tmp && curl -L -O https://download.zeek.org/binary-packages/xUbuntu_20.04/amd64/zeek${ZEEK_TAG}-core_${ZEEK_VERSION}_amd64.deb)
(cd /tmp && curl -L -O https://download.zeek.org/binary-packages/xUbuntu_22.04/amd64/zeek${ZEEK_TAG}-core_${ZEEK_VERSION}_amd64.deb)
sudo apt install -y /tmp/zeek${ZEEK_TAG}-core_${ZEEK_VERSION}_amd64.deb
echo "/opt/zeek/bin:$PATH" >> $GITHUB_PATH
Expand Down

0 comments on commit c74ba46

Please sign in to comment.