Skip to content

Commit

Permalink
ci: x86_64 => x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Dec 3, 2023
1 parent 44085fb commit c053b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
ubuntu:
name: Ubuntu native build (x86_64)
name: Ubuntu native build (x86-64)
runs-on: ubuntu-latest

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
run: ./ci/build.sh

msys2:
name: MSYS2 native build (x86_64)
name: MSYS2 native build (x86-64)
runs-on: windows-latest

defaults:
Expand All @@ -50,7 +50,7 @@ jobs:
run: ./ci/build.sh

macos:
name: macOS native build (x86_64)
name: macOS native build (x86-64)
runs-on: macos-latest

steps:
Expand Down

0 comments on commit c053b89

Please sign in to comment.