Skip to content

Commit

Permalink
FIX CI ubuntu204 to build to fix compatibility issues with GLC
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Sep 23, 2024
1 parent 11111fa commit 3f46a06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set environment variables
run: |
Expand Down Expand Up @@ -53,3 +53,6 @@ jobs:
body: |
${{ github.event.head_commit.message }}
- name: Make Executable (Linux)
run: chmod +x dist/${{ env.EXPORT_NAME }}
if: runner.os == 'Linux'
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

CHANGELOG for DotA2-Autoaccepter

## [v1.1.9] - 23.09.2024

Fix GitHub Action CI for v1.1.8

Using Ubuntu20.04 to avoid GLC-version issues when packaging



## [v1.1.8] - 23.09.2024

Fix GitHub Action CI for v1.1.7
Expand Down

0 comments on commit 3f46a06

Please sign in to comment.