Skip to content

Commit

Permalink
Fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent a4df086 commit 3414adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cpu_architecture: [x86_64]
include:
- platform: linux
cicd_runner: ubuntu_latest
cicd_runner: ubuntu-latest
- compilation_target: x86_64-unknown-linux-gnu
cpu_architecture: x86_64
platform: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# - riscv64gc
include:
- platform: linux
cicd_runner: ubuntu_latest
cicd_runner: ubuntu-latest
- platform: windows
cicd_runner: windows-latest
- platform: apple
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/multi_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- riscv64gc
include:
- platform: linux
cicd_runner: ubuntu_latest
cicd_runner: ubuntu-latest
- platform: windows
cicd_runner: windows-latest
- platform: apple
Expand Down

0 comments on commit 3414adc

Please sign in to comment.