Skip to content

Commit

Permalink
use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Feb 14, 2025
1 parent 88f70fd commit 47efcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- name: x86_64-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04 # for old glibc
more-opts: -DCMAKE_C_COMPILER=clang-19 -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_INSTALL_RPATH='$ORIGIN/../lib'
- name: aarch64-linux-gnu
os: nscloud-ubuntu-22.04-arm64-4x8
Expand Down

0 comments on commit 47efcc9

Please sign in to comment.