Skip to content

Commit

Permalink
Changing ubuntu version due to possible bug with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorinek committed Jun 27, 2023
1 parent 36cd6b1 commit 2532a51
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-latest"
runs-on: "ubuntu-22.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-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 2532a51

Please sign in to comment.