Skip to content

Commit

Permalink
Bump MacOs ver in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-racek-swi committed Sep 17, 2024
1 parent 6592427 commit 24ffaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
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 24ffaf6

Please sign in to comment.