Skip to content

Commit

Permalink
fix(ci): Use older Ubuntu image to use older GLIBC (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 10, 2024
1 parent dbf0cc3 commit 24e8cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bazel
on: [push]
jobs:
bazel:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.3.1
Expand Down

0 comments on commit 24e8cd9

Please sign in to comment.