Skip to content

Commit

Permalink
adjusted release action to build the linux executable with an older u…
Browse files Browse the repository at this point in the history
…buntu runner and thus an older glibc version (to make it compatible with older systems)
  • Loading branch information
nevrome committed Mar 24, 2023
1 parent 4bf44ef commit e7c1ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
create_release:
name: Create Github Release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-20.04]
cabal: ["3.6"]
ghc: ["8.10.7"]

Expand Down

0 comments on commit e7c1ce6

Please sign in to comment.