Skip to content

Commit

Permalink
ci: use ubuntu-22.04 since Mono is still included
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Feb 16, 2025
1 parent 2dfc7e4 commit 589c429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
os: [windows-latest, ubuntu-22.04, macos-latest, macos-13]
architecture: [x64, x86]
exclude:
- os: ubuntu-latest
- os: ubuntu-22.04
architecture: x86
- os: macos-latest
architecture: x86
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install system dependencies (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
Expand Down

0 comments on commit 589c429

Please sign in to comment.