Skip to content

Commit

Permalink
added ubuntu 24.04 to test matrix
Browse files Browse the repository at this point in the history
ubuntu 24.04 requires python virtual environments so the action fails

Signed-off-by: Brandon Allen <brandon.allen@exacttechnology.com>
  • Loading branch information
brandon-exact committed Aug 28, 2024
1 parent d74e882 commit c1bb676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
os: [ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit c1bb676

Please sign in to comment.