File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 permissions : write-all
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Get release Name
1717 shell : python
3131 inc modules
3232
3333 - name : Make release
34- uses : softprops/action-gh-release@v2
34+ uses : softprops/action-gh-release@v3
3535 id : create_release
3636 with :
3737 draft : true
Original file line number Diff line number Diff line change @@ -27,22 +27,23 @@ jobs:
2727 import os
2828
2929 macos_map = {
30- 'macos-13': "14.3.1",
3130 'macos-14': "15.4",
32- 'macos-15': "16.2"
31+ 'macos-15': "16.4",
32+ 'macos-15': "26.3",
3333 }
3434
3535 win_paltforms = ["x64", "Win32"]
3636 win_clang_archs = ["x64", "x86"]
3737
3838 gcc_map = {
39- 11: 'ubuntu-latest',
40- 12: 'ubuntu-latest',
41- 13: 'ubuntu-latest',
42- 14: 'ubuntu-24.04'
39+ 11: 'ubuntu-22.04',
4340 }
4441 gcc_cont_map = {
45- 15: 'gcc:15.1'
42+ 12: 'gcc:12.5',
43+ 13: 'gcc:13.4',
44+ 14: 'gcc:14.3',
45+ 15: 'gcc:15.2',
46+ 16: 'gcc:16.1'
4647 }
4748 clang_map = {
4849 13: 'ubuntu-22.04',
5354 18: 'ubuntu-latest',
5455 19: 'ubuntu-latest',
5556 20: 'ubuntu-latest',
56- 21: 'ubuntu-latest'
57+ 21: 'ubuntu-latest',
58+ 22: 'ubuntu-latest'
5759 }
5860
5961 hosts = []
@@ -101,10 +103,10 @@ jobs:
101103
102104 steps :
103105 - name : Checkout
104- uses : actions/checkout@v4
106+ uses : actions/checkout@v6
105107
106108 - name : Setup Python
107- uses : actions/setup-python@v5
109+ uses : actions/setup-python@v6
108110 with :
109111 python-version : " 3.12"
110112
@@ -193,7 +195,7 @@ jobs:
193195
194196 steps :
195197 - name : Checkout
196- uses : actions/checkout@v4
198+ uses : actions/checkout@v6
197199
198200 - name : System Setup
199201 shell : bash
@@ -232,7 +234,7 @@ jobs:
232234
233235 steps :
234236 - name : Checkout
235- uses : actions/checkout@v4
237+ uses : actions/checkout@v6
236238
237239 - name : Setup
238240 run : |
You can’t perform that action at this time.
0 commit comments