Skip to content

Commit

Permalink
Upgrade Ubuntu builder to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 25, 2024
1 parent 896b812 commit aaf99b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build:
outputs:
artifact: ${{ steps.init.outputs.artifact }}
runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-latest' || inputs.target_os == 'win' && 'windows-2022' || 'ubuntu-22.04' }}
runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-latest' || inputs.target_os == 'win' && 'windows-2022' || 'ubuntu-24.04' }}
steps:
- name: Initialize
id: init
Expand Down

0 comments on commit aaf99b2

Please sign in to comment.