File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 NIXPKGS_ALLOW_UNFREE : 1
77jobs :
88 test :
9- runs-on : ubuntu-20 .04
9+ runs-on : ' ubuntu-24 .04'
1010 steps :
1111 - uses : actions/checkout@v2.4.0
1212 - uses : cachix/install-nix-action@v16
1818 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
1919 - run : nix shell -c make -e download lint test DEBUG=1
2020 build-apk :
21- runs-on : ubuntu-20 .04
21+ runs-on : ' ubuntu-24 .04'
2222 steps :
2323 - uses : actions/checkout@v2.4.0
2424 - uses : cachix/install-nix-action@v16
3535 name : apk
3636 path : ./out/flutter/nm_app/app/outputs/apk/release/*
3737 build-web :
38- runs-on : ubuntu-20 .04
38+ runs-on : ' ubuntu-24 .04'
3939 steps :
4040 - uses : actions/checkout@v2.4.0
4141 - uses : cachix/install-nix-action@v16
5454 needs :
5555 - test
5656 - build-web
57- runs-on : ubuntu-20 .04
57+ runs-on : ' ubuntu-24 .04'
5858 steps :
5959 - uses : actions/checkout@v2.4.0
6060 - uses : actions/download-artifact@master
You can’t perform that action at this time.
0 commit comments