Skip to content

Commit

Permalink
Update unix_conda_build.yml to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov authored Sep 16, 2023
1 parent 3b2f2eb commit 6f41298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unix_conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
# Note that this the Ubuntu version shows up twice below, because of
# limitations of the synax of this file.
LINUX_VERSION: ubuntu-18.04
LINUX_VERSION: ubuntu-22.04

jobs:
UnixCondaBuild:
Expand All @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-latest]
os: [ubuntu-22.04, macos-latest]

defaults:
run:
Expand Down

0 comments on commit 6f41298

Please sign in to comment.