Skip to content

Commit

Permalink
[Test] Use Ubuntu 22.04 for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jan 25, 2025
1 parent a464884 commit ee98288
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-22.04, windows-latest, macos-13]
build_type: [Debug, Release]
c_compiler: [gcc, clang, cl]
bit7z_auto_format: [OFF, ON]
Expand All @@ -31,11 +31,11 @@ jobs:
c_compiler: cl
cpp_compiler: cl
use_system_7zip: ON
- os: ubuntu-latest
- os: ubuntu-22.04
c_compiler: gcc
cpp_compiler: g++
use_system_7zip: OFF
- os: ubuntu-latest
- os: ubuntu-22.04
c_compiler: clang
cpp_compiler: clang++
use_system_7zip: OFF
Expand All @@ -50,18 +50,18 @@ jobs:
c_compiler: clang
- os: windows-latest
bit7z_link_libcpp: ON
- os: ubuntu-latest
- os: ubuntu-22.04
c_compiler: cl
- os: ubuntu-latest
- os: ubuntu-22.04
c_compiler: gcc
bit7z_link_libcpp: ON
- os: ubuntu-latest
- os: ubuntu-22.04
bit7z_use_native_string: ON
- os: ubuntu-latest
- os: ubuntu-22.04
bit7z_auto_prefix_long_paths: ON
- os: ubuntu-latest
- os: ubuntu-22.04
bit7z_use_system_codepage: ON
- os: ubuntu-latest
- os: ubuntu-22.04
bit7z_path_sanitization: ON
- os: macos-13
c_compiler: cl
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Build 7z.so for tests (Ubuntu)
shell: bash
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
run: |
git clone --depth 1 https://github.com/rikyoz/7-Zip ${{ github.workspace }}/../7-zip
cd ${{ github.workspace }}/../7-zip/CPP/7zip/Bundles/Format7zF/
Expand Down

0 comments on commit ee98288

Please sign in to comment.