Skip to content

Commit

Permalink
downgrading ubuntu build for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorinek committed Jun 27, 2023
1 parent 2532a51 commit 10086ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
runtests:
name: "Set up environment"
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-20.04"
defaults:
run:
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-envt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 10086ac

Please sign in to comment.