Skip to content

Commit

Permalink
ci: Update runner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Aug 21, 2024
1 parent ae18a33 commit fe25dca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
linux:
name: Linux

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
macos:
name: macOS

runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v4
Expand All @@ -68,7 +68,7 @@ jobs:
freebsd:
name: FreeBSD

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
openbsd:
name: OpenBSD

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
netbsd:
name: NetBSD

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
dragonflybsd:
name: DragonFly BSD

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
omnios:
name: OmniOS

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fe25dca

Please sign in to comment.