Skip to content

Commit

Permalink
Merge pull request #5 from orcasecurity/EE-1467.use-ubuntu-2404-inste…
Browse files Browse the repository at this point in the history
…ad-of-latest

EE-1467: use runner ubuntu-24.04 instead of ubuntu-latest
  • Loading branch information
matanengber-orca authored Dec 16, 2024
2 parents ab229b6 + b3f35c4 commit 652688c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
check-dist:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
add_to_ssm:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Test in a github runner
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
send_result:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Report the outcome of the event
if: ${{ always() }}
Expand Down

0 comments on commit 652688c

Please sign in to comment.