Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Nov 17, 2024
1 parent 8ae0a27 commit 7c7e2c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
linux-test-build-release:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CODECOV_XCODE_VERSION: "16.0" # Xcode version used to generate code coverage

jobs:
macos-test-build-release-xcode:
macos:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
wasm-build:
wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
windows-test-build-release:
windows:
runs-on: windows-latest
steps:
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
documentation:
runs-on: macos-14
steps:
- name: Select Xcode 16.0
Expand Down

0 comments on commit 7c7e2c9

Please sign in to comment.