Skip to content

Commit

Permalink
CLD-8459: Temporary change Ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Oct 16, 2024
1 parent 77d7427 commit ace06e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
# runs-on: ubuntu-latest Temporary comment out due to an issue with the latest version
# https://github.com/actions/runner-images/issues/10796
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ace06e7

Please sign in to comment.