Skip to content

Commit

Permalink
Use Ubuntu 20.04 in Linux CI (#1371)
Browse files Browse the repository at this point in the history
This makes sure we use an old enough version of glibc such that the prebuilt binaries work with current stable distributions (like Debian 11, or Ubuntu >= 20.04).
  • Loading branch information
gferon authored Feb 28, 2023
1 parent f1cf941 commit cccdcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build SwiftFormat for Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit cccdcfd

Please sign in to comment.