Skip to content

Commit

Permalink
Fix: Try to fix docker in image
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdChromosome committed Jun 18, 2024
1 parent 643b95c commit 84b91f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
distro:
#- ubuntu20
- ubuntu22
- ubuntu20
#- ubuntu22
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 84b91f3

Please sign in to comment.