We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11eea9 commit ae3366aCopy full SHA for ae3366a
1 file changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build x86 emulator
3
on: [push,pull_request]
4
5
jobs:
6
- build on linux:
+ build1:
7
name: Build x86 emulator on Linux
8
runs-on: ubuntu-latest
9
steps:
@@ -18,7 +18,7 @@ jobs:
18
- name: Build
19
run: cmake --build .
20
21
- build on macos:
+ build2:
22
name: Build x86 emulator on Macos
23
runs-on: macos-latest
24
0 commit comments