ci: rename nimvm2 to nimvm
This commit is contained in:
parent
dac1454a15
commit
7dbcf94280
|
@ -32,16 +32,16 @@ jobs:
|
|||
# vm2
|
||||
- os: linux
|
||||
cpu: amd64
|
||||
evmc: nimvm2
|
||||
evmc: nimvm
|
||||
# - os: linux
|
||||
# cpu: i386
|
||||
# evmc: nimvm2
|
||||
# evmc: nimvm
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
evmc: nimvm2
|
||||
evmc: nimvm
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
evmc: nimvm2
|
||||
evmc: nimvm
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
|
|
|
@ -166,8 +166,7 @@ jobs:
|
|||
with:
|
||||
delete_release: true
|
||||
tag_name: sim-stat
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Simulators results
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Reference in New Issue