Skip to content

Commit

Permalink
EE-1467: use runner ubuntu-24.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matanengber-orca committed Dec 15, 2024
1 parent b010239 commit ec3b1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
# https://github.com/actions/checkout
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm run fmtcheck
integration:
if: github.event_name == 'push'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ec3b1fe

Please sign in to comment.