Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 14, 2024
1 parent 1affbab commit 537343f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-opensource-release-7days.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:

jobs:
error-if-current-release-too-old:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install tools
- name: Setup xq
run: |
pip install yq
sudo apt-get install -y xq
- name: Error if current release is too old
run: |
Expand Down

0 comments on commit 537343f

Please sign in to comment.