build: Update Github Actions to use only supported distros

pull/58/head
nirenjan 2026-03-03 16:40:45 -08:00
parent 004eca2418
commit 9361c7af5c
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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