Skip to content

Commit

Permalink
Run tests on Ubuntu 22.04 and 20.04 and macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mungre committed Aug 31, 2022
1 parent c01aa48 commit c5a0a3c
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-latest', 'macos-latest', 'ubuntu-18.04']

This comment has been minimized.

Copy link
@chriskillpack

chriskillpack Sep 2, 2022

Collaborator

So -latest tags are actually not the latest versions, but older versions?

This comment has been minimized.

Copy link
@mungre

mungre Sep 2, 2022

Author Collaborator

Yes. I guess they were intended to be but then github realised they couldn't be updated without breaking a load of stuff.

os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.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-latest', 'macos-latest', 'ubuntu-18.04']
os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.04']
name: Compile via Makefile on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c5a0a3c

Please sign in to comment.