Skip to content

Commit

Permalink
add ubuntu-22.04 and ubuntu-24.04 to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 3, 2024
1 parent 92527a2 commit 6fb4432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
docker:
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 6fb4432

Please sign in to comment.