Skip to content

Commit

Permalink
Set ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 8, 2025
1 parent 15551dc commit 268c02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_conda_store_server_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
linting:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
working-directory: conda-store-server
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
# ubuntu 22.04, macos 14, windows 2022
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 268c02b

Please sign in to comment.