Skip to content

Commit

Permalink
Update to use new runners in github actions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 authored Oct 3, 2023
1 parent 861c4ad commit 1208cb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
run-checks:
name: Run Checks
permissions: {}
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: intel-ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
permissions:
contents: write # required for "JamesIves/github-pages-deploy-action"
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: intel-ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1208cb4

Please sign in to comment.