Skip to content

Commit

Permalink
CI: skip 2025 docker job, GHA is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 14, 2025
1 parent 39996f5 commit de2a6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2019, 2022, 2025]
# FIXME: https://github.com/actions/runner-images/issues/11582
image: [2019, 2022]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit de2a6ca

Please sign in to comment.