Skip to content

Commit d702ee4

Browse files
CI: cross-compile: runs on ubuntu-24.04
Related to actions/runner-images#9848 Related to openssl#20139
1 parent f6e4698 commit d702ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-compiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
tests: none
151151
}
152152
]
153-
runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
153+
runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-24.04' || 'ubuntu-22.04-self-hosted' }}
154154
steps:
155155
- name: install package repository
156156
if: matrix.platform.ppa != ''

0 commit comments

Comments
 (0)