Skip to content

Commit

Permalink
Merge branch 'bump-packages' of https://github.com/jakub-racek-swi/op…
Browse files Browse the repository at this point in the history
…entelemetry-network into bump-packages
  • Loading branch information
jakub-racek-swi committed Sep 17, 2024
2 parents 0a1453a + 24ffaf6 commit fe2bbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
paths:

env:
BENV_IMAGE: quay.io/splunko11ytest/network-explorer-debug/build-env
BENV_IMAGE: public.ecr.aws/u7d6c4a3/solarwinds-opentelemetry-network:build-env

concurrency:
group: build-and-test-${{ github.event.pull_request_number || github.ref }}
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
run-kernel-header-tests:
name: run-kernel-header-tests
needs: [clang-format-check]
runs-on: macos-12
runs-on: macos-13
env:
EBPF_NET_SRC_ROOT: ${{ github.workspace }}
steps:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
run-kernel-collector-tests:
name: run-kernel-collector-tests
needs: [clang-format-check]
runs-on: macos-12
runs-on: macos-13
env:
EBPF_NET_SRC_ROOT: ${{ github.workspace }}
steps:
Expand Down

0 comments on commit fe2bbaf

Please sign in to comment.