Skip to content

Commit

Permalink
CI: cross-compile: runs on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithalHourlyRate committed May 15, 2024
1 parent f6e4698 commit d702ee4
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 @@ -150,7 +150,7 @@ jobs:
tests: none
}
]
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' }}
steps:
- name: install package repository
if: matrix.platform.ppa != ''
Expand Down

0 comments on commit d702ee4

Please sign in to comment.