Skip to content

Commit

Permalink
Fix typos and remove self-host runner requirement for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarditi committed Dec 29, 2023
1 parent 9b8c654 commit 0d64f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-clang-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checked C Clang CI Linux]
name: Checked C Clang CI [Linux]

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-clang-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ env:
jobs:
test_CheckedC_Clang_on_windows :
name: Build Checked C clang and test it on Windows
runs-on: [ self-hosted, Windows, X64 ]
runs-on: [ Windows, X64 ]
steps:
- name: Checkout Checked C Clang code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkedc-clang-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
rm -rf ${{env.BUILD_SOURCESDIRECTORY}}
mkdir -p ${{env.BUILD_SOURCESDIRECTORY}}
test_CheckedC_Clang_UNIX:
test_CheckedC_Clang_MacOS:
name: Build and test Checked C Clang on MacOS
needs: clean
runs-on: macOS
Expand Down

0 comments on commit 0d64f5e

Please sign in to comment.