Skip to content

Commit

Permalink
EE-1467: use runner ubuntu-24.04 instead of ubuntu-latest (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: matan engber <[email protected]>
  • Loading branch information
eee-tooling[bot] and matanengber-orca authored Dec 16, 2024
1 parent 58a3f38 commit d23b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
run_bin_downloader_script:
name: run_bin_downloader_script
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
# Checkout your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
Expand Down

0 comments on commit d23b3a8

Please sign in to comment.