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 22, 2024
1 parent ae18a33 commit 3a937c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
22 changes: 15 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,11 +156,15 @@ jobs:
dragonflybsd:
name: DragonFly BSD

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

steps:
- uses: actions/checkout@v4

- name: Fix pip
run: |
sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED
- name: Run tests
uses: vmactions/dragonflybsd-vm@v1
with:
Expand Down Expand Up @@ -192,11 +196,15 @@ jobs:
omnios:
name: OmniOS

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

steps:
- uses: actions/checkout@v4

- name: Fix pip
run: |
sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED
- name: Run tests
uses: vmactions/omnios-vm@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 3a937c0

Please sign in to comment.