Skip to content

Commit

Permalink
Migrate to new CI images (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 30, 2023
1 parent 444885e commit 21a1e21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ jobs:
strategy:
matrix:
compiler:
- gcc-12
- gcc-11
- gcc-10
- gcc-9
- clang-16
- clang-15
- clang-14
- clang-13
- clang-12
- clang-11
- clang-10
- clang-9
- gcc:12
- gcc:11
- gcc:10
- gcc:9
- clang:16
# - clang:15 # Disabled due to broken image
- clang:14
- clang:13
- clang:12
container:
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}:stable"
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
name: "${{ matrix.compiler }}"
steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
codeql:
runs-on: ubuntu-latest
container:
image: "registry.gitlab.com/offa/docker-images/gcc-12:stable"
image: "registry.gitlab.com/offa/docker-images/gcc:12"
name: "CodeQL"
steps:
- name: Checkout
Expand Down

0 comments on commit 21a1e21

Please sign in to comment.