Skip to content

Commit

Permalink
Downgraded to ubuntu 20.4 from latest to have more compatibility in libc
Browse files Browse the repository at this point in the history
  • Loading branch information
aggregat4 authored Mar 15, 2024
1 parent 96a0660 commit db25303
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 @@ -7,7 +7,7 @@ name: Create and Upload Release Artifact
jobs:
generate:
name: Create release-artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Get the release version
id: get_version
Expand All @@ -28,4 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'openidprovider-*'
args: 'openidprovider-*'

0 comments on commit db25303

Please sign in to comment.