Skip to content

Commit

Permalink
ci: revert runner to Ubuntu 22.04 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 8, 2025
1 parent c47fbdb commit 5eb9eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '14.21'
os:
- macos-latest
- ubuntu-latest
- ubuntu-22.04
- windows-latest
runs-on: "${{ matrix.os }}"
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
path: /usr/local/Homebrew
key: v1-brew-cache-${{ matrix.os }}
- name: Install OS Dependencies (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
Expand Down

0 comments on commit 5eb9eb4

Please sign in to comment.