Skip to content

Commit

Permalink
Update GH Runners' type
Browse files Browse the repository at this point in the history
  • Loading branch information
DementevNikita authored May 16, 2023
1 parent dfaae0e commit c180bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_package_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
notify_models_package_repo_job:
name: Notify odd-models-package repository
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Notify package repository via GitHub REST API
run: |
Expand All @@ -20,7 +20,7 @@ jobs:
notify_ingestion_contract_package_repo_job:
name: Notify odd-platform-ingestion-contract repository
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Notify package repository via GitHub REST API
run: |
Expand Down

0 comments on commit c180bb5

Please sign in to comment.