Skip to content

Commit

Permalink
Temporary fix Ubuntu version in ghaction (#230)
Browse files Browse the repository at this point in the history
* Revert C ghaction to ubuntu 22.04

* Revert CPP gh action to Ubuntu 22.04
  • Loading branch information
christophe0606 authored Jan 14, 2025
1 parent 4ee6da9 commit bce1825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# GCC currently has too many problems with the C++ API
compiler: [AC6, CLANG]
core: [M0, M4, M55]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
compiler: [AC6, CLANG, GCC]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down

0 comments on commit bce1825

Please sign in to comment.