Skip to content

Commit

Permalink
modify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire committed Aug 27, 2024
1 parent 8d2ad4c commit 71b8a5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- gcc-ci
paths:
- '.github/workflows/release.yml'
- 'android/**'
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
content: application/zip
sound: 1
- name: Linux Tiles x64
os: ubuntu-20.04
os: ubuntu-24.04
mxe: none
android: none
libbacktrace: 1
Expand All @@ -98,7 +99,7 @@ jobs:
ext: tar.gz
content: application/gzip
- name: Linux Tiles Sounds x64
os: ubuntu-20.04
os: ubuntu-24.04
mxe: none
android: none
libbacktrace: 1
Expand All @@ -108,7 +109,7 @@ jobs:
ext: tar.gz
content: application/gzip
- name: Linux Curses x64
os: ubuntu-20.04
os: ubuntu-24.04
mxe: none
android: none
libbacktrace: 1
Expand Down

0 comments on commit 71b8a5c

Please sign in to comment.