File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " create-tauri-app " : " patch"
3+ " create-tauri-app-js " : " patch"
4+ ---
5+
6+ Build release binaries on ubuntu 22 to support slightly older glibc versions
Original file line number Diff line number Diff line change 4040 audit-js :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - run : |
4545 npm i -g --force corepack
4646 corepack enable
Original file line number Diff line number Diff line change 3535 toolchain : [1.71, stable]
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - uses : dtolnay/rust-toolchain@master
4040 with :
4141 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 2828 clippy :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - uses : dtolnay/rust-toolchain@stable
3333 with :
3434 components : clippy
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - name : covector status
Original file line number Diff line number Diff line change 2121 successfulPublish : ${{ steps.covector.outputs.successfulPublish }}
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1818 if : github.repository_owner == 'tauri-apps'
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : cloudflare/wrangler-action@2.0.0
2323 with :
2424 command : publish
Original file line number Diff line number Diff line change 1818 cargo-fmt-check :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : dtolnay/rust-toolchain@stable
2323 with :
2424 components : rustfmt
2929 runs-on : ubuntu-latest
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - run : |
3434 npm i -g --force corepack
3535 corepack enable
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
4040 - host : windows-latest
4141 target : i686-pc-windows-msvc
4242 ext : .exe
43- - host : ubuntu-latest
43+ - host : ubuntu-22.04
4444 target : x86_64-unknown-linux-gnu
4545 - host : ubuntu-latest
4646 target : x86_64-unknown-linux-musl
47- - host : ubuntu-latest
47+ - host : ubuntu-22.04
4848 target : aarch64-unknown-linux-gnu
4949 setup : |
5050 sudo apt-get update
5151 sudo apt-get install gcc-aarch64-linux-gnu -y
52- - host : ubuntu-latest
52+ - host : ubuntu-22.04
5353 target : armv7-unknown-linux-gnueabihf
5454 setup : |
5555 sudo apt-get update
6464 name : ${{ matrix.settings.target }}
6565 runs-on : ${{ matrix.settings.host }}
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868
6969 - uses : dtolnay/rust-toolchain@stable
7070 with :
9595 - build
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999
100100 - name : download all artifacts
101101 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 run :
198198 working-directory : node
199199 steps :
200- - uses : actions/checkout@v3
200+ - uses : actions/checkout@v4
201201 - run : |
202202 npm i -g --force corepack
203203 corepack enable
You can’t perform that action at this time.
0 commit comments