mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2025-03-02 11:57:25 +00:00
Bump actions/checkout@v2 to @v3
Github has recommended this to move from an unsupported node.js version.
This commit is contained in:
parent
a18278c065
commit
cfd5c721a0
4
.github/workflows/CI-unix.yml
vendored
4
.github/workflows/CI-unix.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- O0
|
- O0
|
||||||
- O3
|
- O3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
HOST=${{ matrix.HOST }}
|
HOST=${{ matrix.HOST }}
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
- {target: mips64el,toolchain: g++-mips64el-linux-gnuabi64, host: mips64el-linux-gnuabi64,qemu: mips64el }
|
- {target: mips64el,toolchain: g++-mips64el-linux-gnuabi64, host: mips64el-linux-gnuabi64,qemu: mips64el }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install QEMU
|
- name: Install QEMU
|
||||||
# this ensure install latest qemu on ubuntu, apt get version is old
|
# this ensure install latest qemu on ubuntu, apt get version is old
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/CI-win.yml
vendored
2
.github/workflows/CI-win.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: aarch64-linux-gnu}
|
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: aarch64-linux-gnu}
|
||||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: x86_64-linux-gnu}
|
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: x86_64-linux-gnu}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user