Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Apr 29, 2024
1 parent 03ceef2 commit 13b0692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [ workflow_call, workflow_dispatch ]

jobs:
build-macos:
build:
name: 🍏 iOS ${{ matrix.arch }} ${{ matrix.target }}
runs-on: macos-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [ workflow_call, workflow_dispatch ]

jobs:
build-linux:
build:
name: 🐧 Linux ${{ matrix.arch }} ${{ matrix.target }}
runs-on: ubuntu-20.04
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [ workflow_call, workflow_dispatch ]

jobs:
build-macos:
build:
name: 🍎 macOS ${{ matrix.arch }} ${{ matrix.target }}
runs-on: macos-latest
strategy:
Expand Down

0 comments on commit 13b0692

Please sign in to comment.