Skip to content

Commit

Permalink
CI: Stop using ubuntu-24.04
Browse files Browse the repository at this point in the history
Because setup-ruby doesn't support it yet.
  • Loading branch information
mrkn committed May 16, 2024
1 parent e81b9b3 commit 79796da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-20.04
ruby:
- 3.3
Expand All @@ -30,9 +29,6 @@ jobs:
- 2.6
include:
- { os: ubuntu-latest , ruby: debug }
exclude:
- { os: ubuntu-24.04 , ruby: 2.7 }
- { os: ubuntu-24.04 , ruby: 2.6 }

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pycall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-20.04
ruby:
- 3.3
Expand Down

0 comments on commit 79796da

Please sign in to comment.