Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Changing to Eclipse-provided GitHub build runner for testing purposes.
  • Loading branch information
mikehaller committed Sep 11, 2023
1 parent 1a0f39c commit 7639432
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

leda-qemux86_64:
name: "qemux86_64"
runs-on: ubuntu-22.04
# Eclipse Foundation: Label for large GitHub Build runners (paid)
# See Eclipse HelpDesk #1915
runs-on: "LargeRunner_16cores_64GB_600GB"
# runs-on: ubuntu-22.04
# runs-on: self-hosted
# container: debian:bullseye
continue-on-error: true
Expand Down

0 comments on commit 7639432

Please sign in to comment.