Skip to content

Commit

Permalink
CI: Bump OS versions used for ragel jobs (#3544)
Browse files Browse the repository at this point in the history
The macos-12 job is going away, current brownouts are happening: actions/runner-images#10721

Ubuntu 20.04 will go away at some point soon too (next year?), so let's up that too while at it.
  • Loading branch information
dentarg authored Nov 4, 2024
1 parent 6f26742 commit f9dcefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ragel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-20.04 , ruby: head }
- { os: macos-12 , ruby: head }
- { os: ubuntu-22.04 , ruby: head }
- { os: macos-13 , ruby: head }
# Dec-2023 - incorrect line directives with Windows
# occurs with both MSYS2 and MSFT/vpkg versions of ragel
# - { os: windows-2022 , ruby: ucrt }
Expand Down

0 comments on commit f9dcefb

Please sign in to comment.