Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename jobs
Browse files Browse the repository at this point in the history
ctreffs committed Nov 17, 2024

Verified

This commit was signed with the committer’s verified signature.
ctreffs Christian Treffs
1 parent 8ae0a27 commit 7c7e2c9
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
@@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
linux-test-build-release:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ci-wasm.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:
branches: [ master ]

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

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

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

0 comments on commit 7c7e2c9

Please sign in to comment.