Skip to content

Commit

Permalink
ci: fix github macos test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed May 3, 2024
1 parent 53d234e commit 4132c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_openocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
run-macos-host:
name: Test OpenOCD on MacOS
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:

run-linux-host:
name: Test OpenOCD on Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4132c2f

Please sign in to comment.