Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Jan 14, 2025
1 parent 50da6bf commit 7d8fad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
runner: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04"]
runs-on: ["${{ matrix.runner }}"]
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Debug
run: free -h
- name: install Kotlin
run: sudo snap install --classic kotlin
- name: Java
Expand Down

0 comments on commit 7d8fad0

Please sign in to comment.