File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
version :
18
- - { use_patch: true, asset_name: "gcc-13 -without-int128.deb" }
19
- - { use_path: false, asset_name: "gcc-13 .deb" }
18
+ - { use_patch: true, asset_name: "gcc-15 -without-int128.deb" }
19
+ - { use_path: false, asset_name: "gcc-15 .deb" }
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
@@ -43,14 +43,14 @@ jobs:
43
43
cd ..
44
44
mkdir install/DEBIAN
45
45
cat > install/DEBIAN/control << EOF
46
- Package: gcc-13
47
- Version: 13
46
+ Package: gcc-15
47
+ Version: 15
48
48
Architecture: amd64
49
49
Maintainer: Antoni Boucher <[email protected] >
50
- Description: gcc 13 for rustc_codegen_gcc CI
50
+ Description: gcc 15 for rustc_codegen_gcc CI
51
51
EOF
52
52
dpkg-deb --root-owner-group --build install
53
- mv install.deb gcc-13 .deb
53
+ mv install.deb gcc-15 .deb
54
54
55
55
- name : Compute tag name
56
56
id : tag_name
81
81
uses : svenstaro/upload-release-action@v2
82
82
with :
83
83
repo_token : ${{ secrets.GITHUB_TOKEN }}
84
- file : /home/runner/work/gcc/gcc-13 .deb
84
+ file : /home/runner/work/gcc/gcc-15 .deb
85
85
asset_name : ${{ matrix.version.asset_name }}
86
86
tag : master-${{ steps.tag_name.outputs.TAG_NAME }}
You can’t perform that action at this time.
0 commit comments