Skip to content

Commit

Permalink
Removing ubuntu18/gcc7 combo
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Dec 5, 2024
1 parent a5ee519 commit 83e1a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LINUX_BUILD_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:

COMPILER: ['gcc-7', 'gcc-8', 'gcc-9', 'gcc-10'] # todo 'armclang'] # compiler names
OS: ['ubuntu:18.04','ubuntu:20.04', 'rockylinux:8', 'redhat/ubi8:latest', 'redhat/ubi9:latest', 'debian:10', 'debian:11'] # Docker images
OS: ['ubuntu:20.04', 'rockylinux:8', 'redhat/ubi8:latest', 'redhat/ubi9:latest', 'debian:10', 'debian:11'] # Docker images

#######################################
# Removes unecessary jobs as jobs are generated in the order seen in the matrix.
Expand Down

0 comments on commit 83e1a28

Please sign in to comment.