File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33 types : [created]
44jobs :
55 build :
6- runs-on : ubuntu-18 .04
6+ runs-on : ubuntu-22 .04
77 strategy :
8- matrix :
8+ matrix :
99 arch : ['x64']
1010 steps :
1111 - uses : actions/setup-node@master
1212 with :
13- node-version : " 16 .x"
13+ node-version : " 24 .x"
1414 - name : Set up Python 3.8
1515 uses : actions/setup-python@v1
1616 with :
2525 - name : Build Qode binary
2626 run : node ./qode/build.js
2727 env :
28- TARGET_ARCH : ${{ matrix.arch }}
28+ TARGET_ARCH : ${{ matrix.arch }}
2929
3030 - name : Compress files
3131 uses : a7ul/tar-action@v1.0.2
Original file line number Diff line number Diff line change 33 types : [created]
44jobs :
55 build :
6- runs-on : macos-12
6+ runs-on : macos-14
77 strategy :
88 matrix :
99 arch : ['x64', 'arm64']
1010 steps :
1111 - uses : actions/setup-node@master
1212 with :
13- node-version : ' 16 .x'
13+ node-version : ' 24 .x'
1414 - name : Set up Python 3.8
1515 uses : actions/setup-python@v1
1616 with :
Original file line number Diff line number Diff line change 33 types : [created]
44jobs :
55 build :
6- runs-on : windows-2019
6+ runs-on : windows-2022
77 strategy :
8- matrix :
8+ matrix :
99 arch : ['x64']
1010 steps :
1111 - uses : actions/setup-node@master
1212 with :
13- node-version : " 16 .x"
13+ node-version : " 24 .x"
1414 - name : Set up Python
1515 uses : actions/setup-python@v2
1616 with :
2525 - name : Build Qode binary
2626 run : node ./qode/build.js
2727 env :
28- TARGET_ARCH : ${{ matrix.arch }}
28+ TARGET_ARCH : ${{ matrix.arch }}
2929 - name : Compress files
3030 uses : a7ul/tar-action@v1.0.2
3131 id : compress
You can’t perform that action at this time.
0 commit comments