Skip to content

Commit

Permalink
AppImage : switch to Ubuntu 22.04, GCC 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Nov 18, 2023
1 parent 7467ee4 commit b151985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lin-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
Win64:
if: github.repository == 'aurelienpierreeng/ansel' || github.event_name == 'workflow_dispatch'
name: Nightly Ansel Linux build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
btype:
- Release
compiler:
- { compiler: GNU13, CC: gcc-13, CXX: g++-13, packages: gcc-13 g++-13 }
- { compiler: GNU12, CC: gcc-12, CXX: g++-12, packages: gcc-12 g++-12 }
eco: [-DBINARY_PACKAGE_BUILD=ON]
target:
- skiptest
Expand Down

0 comments on commit b151985

Please sign in to comment.