Skip to content

Commit 4b5450e

Browse files
Update runner
1 parent f1d956e commit 4b5450e

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
@@ -92,7 +92,7 @@ jobs:
9292
name: Testing and Checks Completed
9393
needs: [ build, checks, test ]
9494
if: ${{ !cancelled() && github.event_name == 'pull_request' || github.ref_type == 'tag' }}
95-
runs-on: [ xs-al2023 ]
95+
runs-on: ubuntu-latest
9696
steps:
9797
- run: |
9898
if [ "${{ needs.checks.result }}" == "failure" ]; then

0 commit comments

Comments
 (0)