mirror of https://github.com/nirenjan/libx52.git
build: Update Github Actions to use only supported distros
parent
004eca2418
commit
9361c7af5c
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-22.04', 'ubuntu-24.04', 'macos-latest', 'macos-latest-large']
|
os: ['ubuntu-22.04', 'ubuntu-24.04', 'macos-latest']
|
||||||
cc: ['gcc', 'clang']
|
cc: ['gcc', 'clang']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-20.04', 'ubuntu-22.04']
|
os: ['ubuntu-22.04', 'ubuntu-24.04']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ Installation instructions for libx52
|
||||||
|
|
||||||
Build has been tested on the following operating systems (x86-64 only):
|
Build has been tested on the following operating systems (x86-64 only):
|
||||||
|
|
||||||
* Ubuntu 20.04 LTS
|
|
||||||
* Ubuntu 22.04 LTS
|
* Ubuntu 22.04 LTS
|
||||||
|
* Ubuntu 24.04 LTS
|
||||||
* macOS Big Sur 11
|
* macOS Big Sur 11
|
||||||
* macOS Monterey 12
|
* macOS Monterey 12
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue