Skip to content

Commit

Permalink
run Cross Compiles workflow on self-hosted runner
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23042)

(cherry picked from commit 625287b)
  • Loading branch information
quarckster authored and t8m committed Dec 19, 2023
1 parent 6b20e08 commit bffd67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
tests: none
}
]
runs-on: ubuntu-latest
runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
steps:
- name: install package repository
if: matrix.platform.ppa != ''
Expand Down

0 comments on commit bffd67c

Please sign in to comment.