Skip to content

Commit 643ca70

Browse files
Update runner
1 parent 5515ded commit 643ca70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
name: Testing and Checks Completed
225225
needs: [ build, checks, test, validate_analyzer, analyzer_plugin ]
226226
if: ${{ !cancelled() && github.event_name == 'pull_request' || github.ref_type == 'tag' }}
227-
runs-on: [ xs-al2023 ]
227+
runs-on: ubuntu-latest
228228
steps:
229229
- run: |
230230
if [ "${{ needs.checks.result }}" == "failure" ]; then

0 commit comments

Comments
 (0)