We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e4698 commit d702ee4Copy full SHA for d702ee4
.github/workflows/cross-compiles.yml
@@ -150,7 +150,7 @@ jobs:
150
tests: none
151
}
152
]
153
- runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
+ runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-24.04' || 'ubuntu-22.04-self-hosted' }}
154
steps:
155
- name: install package repository
156
if: matrix.platform.ppa != ''
0 commit comments