Skip to content

Commit fcac2ce

Browse files
committed
Specify specific ubuntu version
To try to work around: ``` Error: The current runner (ubuntu-24.04-x64) was detected as self-hosted because the platform does not match a GitHub-hosted runner image (or that image is deprecated and no longer supported). ```
1 parent 9727355 commit fcac2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ permissions:
1919
jobs:
2020
test:
2121

22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.6', '2.7', '3.0', '3.4']
25+
ruby-version: ['2.6', '2.7', '3.0', '3.1.4']
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)