Skip to content

Commit

Permalink
remove Ubuntu-20.04 due to glibc errors
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
  • Loading branch information
marcelmbn committed Nov 21, 2024
1 parent 4c849a5 commit 8532051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-15, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: [macos-14, macos-15, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit 8532051

Please sign in to comment.