Skip to content

Commit

Permalink
Use Rocky 9 for the MinGW builders.
Browse files Browse the repository at this point in the history
The DirectX headers are outdated on 8, I think 9's headers are new enough...?
  • Loading branch information
flibitijibibo authored Oct 18, 2024
1 parent 937bd5a commit 2b88291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Rocky Linux MinGW
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8
image: rockylinux/rockylinux:9
steps:
- name: Are we really on Rocky Linux?
run: cat /etc/os-release
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
name: Rocky Linux MinGW SDL3
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8
image: rockylinux/rockylinux:9
steps:
- name: Are we really on Rocky Linux?
run: cat /etc/os-release
Expand Down

0 comments on commit 2b88291

Please sign in to comment.