Skip to content

Commit

Permalink
getting latest ubuntu back
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Nov 7, 2024
1 parent a2b2543 commit 23e2094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: [ build ]
# used for testing, DO NOT MERGE!
# if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
Expand Down

0 comments on commit 23e2094

Please sign in to comment.