Skip to content

Commit

Permalink
ubuntu 22.04 for ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball authored May 8, 2024
1 parent 3e4d508 commit 42be981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openstudio-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: ruby-install
shell: bash
run: "sudo apt install -y ruby && ruby -v" # ruby anye tests here when ready
ubuntu-2004: # ruby 2.7 workflow
ubuntu-2004: # ruby 3.2 workflow in 22.04
if: github.event.pull_request.base.ref != '1.1.X-LTS' # check target branch of pr
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Check out repository
Expand Down

0 comments on commit 42be981

Please sign in to comment.