Skip to content

Commit

Permalink
Remove unsupported runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Jul 25, 2024
1 parent ab84589 commit 2179a04
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deb_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ on:
- providers/base/**
- providers/certification-client/**
- providers/certification-server/**
- providers/docker/**
- providers/genio/**
- providers/gpgpu/**
- providers/iiotg/**
- providers/resource/**
- providers/sru/**
- providers/tpm2/**
Expand All @@ -24,9 +22,7 @@ on:
- providers/base/**
- providers/certification-client/**
- providers/certification-server/**
- providers/docker/**
- providers/gpgpu/**
- providers/iiotg/**
- providers/resource/**
- providers/sru/**
- providers/tpm2/**
Expand All @@ -39,8 +35,8 @@ jobs:
matrix:
# Version of Ubuntu
# note: no 16, we dont have 16 debs anymore
# no 18, not supported by github
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
Expand All @@ -50,9 +46,7 @@ jobs:
- providers/base
- providers/certification-client
- providers/certification-server
- providers/docker
- providers/gpgpu
- providers/iiotg
- providers/resource
- providers/sru
- providers/tpm2
Expand Down

0 comments on commit 2179a04

Please sign in to comment.