Skip to content

Commit

Permalink
fix: build libarchive 3.6.2 on ubuntu-20.04 to ensure compatibility w…
Browse files Browse the repository at this point in the history
…ith GLIBC 2.31+
  • Loading branch information
maxirmx committed Dec 21, 2024
1 parent b5698bb commit 0662e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- os: macos-latest
platform: arm64-darwin
ruby: '2.7'
- os: ubuntu-latest
- os: ubuntu-20.04
platform: x86_64-linux
ruby: '2.7'
- os: ubuntu-latest
- os: ubuntu-20.04
platform: aarch64-linux
ruby: '2.7'
- os: ubuntu-latest
- os: ubuntu-20.04
platform: any
ruby: '2.7'
steps:
Expand Down
2 changes: 1 addition & 1 deletion lib/ffi-libarchive-binary/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LibarchiveBinary
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit 0662e50

Please sign in to comment.