Skip to content

Commit

Permalink
Merge pull request #6 from supercoolspy/patch-1
Browse files Browse the repository at this point in the history
Change to compile on ubuntu 20.04 not on 22.04 because I can't run it :(
  • Loading branch information
Nilsen84 authored Apr 20, 2023
2 parents 48ab879 + 0017c5e commit 200e3e4
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 @@ -14,7 +14,7 @@ jobs:
platform:
- { runner: windows-latest, name: windows }
- { runner: macos-latest, name: mac }
- { runner: ubuntu-latest, name: linux }
- { runner: ubuntu-20.04, name: linux }

runs-on: ${{ matrix.platform.runner }}
steps:
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Upload Executable
run: gh release upload ${GITHUB_REF_NAME} ${{ steps.build.outputs.ARTIFACT }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 200e3e4

Please sign in to comment.