Skip to content

Commit

Permalink
Revert "Run tests on Ubuntu 22.04 and 20.04 and macOS 12"
Browse files Browse the repository at this point in the history
This reverts commit b3df7af.
  • Loading branch information
mungre committed Aug 31, 2022
1 parent b3df7af commit c01aa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.04']
os: ['ubuntu-latest', 'macos-latest', 'ubuntu-18.04']
cc: [ 'gcc', 'clang' ]
name: Compile via CMakeLists.txt on ${{ matrix.os }} using ${{ matrix.cc }}
env:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.04']
os: ['ubuntu-latest', 'macos-latest', 'ubuntu-18.04']
name: Compile via Makefile on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c01aa48

Please sign in to comment.