Skip to content

Commit 7114913

Browse files
committed
cirrus-testing: Fix runs-on.
1 parent 37f6b6f commit 7114913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cirrus-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request] # Trigger on push or pull request
44

55
jobs:
66
hello-world:
7-
runs-on: gh-arc-ctsm-scale-set
7+
runs-on: gha-runner-ctsm
88
steps:
99
- name: Print a little message
1010
run: echo "Hello, world!"

0 commit comments

Comments
 (0)