Skip to content

Commit

Permalink
chore(ci): update runners
Browse files Browse the repository at this point in the history
- ubuntu-22.04 -> ubuntu-24.04
- ubuntu-20.04 -> ubuntu-22.04 (ubuntu-24.04 if not in matrix)
- macos-13 -> macos-14
- macos-12 -> macos-13
  • Loading branch information
deemp committed Nov 25, 2024
1 parent 13760c4 commit 741e8fd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/buildjet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Commit and push the built code
build:
name: Build the action
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
permissions:
contents: write
actions: write
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
id:
- 1
- 2
Expand Down Expand Up @@ -150,10 +150,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down Expand Up @@ -226,10 +226,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down Expand Up @@ -294,10 +294,10 @@ jobs:
- true
- false
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Commit and push the built code
build:
name: Build the action
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
permissions:
contents: write
actions: write
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
id:
- 1
- 2
Expand Down Expand Up @@ -156,10 +156,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down Expand Up @@ -230,10 +230,10 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down Expand Up @@ -295,10 +295,10 @@ jobs:
- true
- false
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down
14 changes: 7 additions & 7 deletions nix/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in
# Commit and push the built code
build:
name: Build the action
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
permissions:
contents: write
actions: write
Expand Down Expand Up @@ -125,10 +125,10 @@ in
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
id:
- 1
- 2
Expand Down Expand Up @@ -200,10 +200,10 @@ in
strategy:
matrix:
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ''${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down Expand Up @@ -288,10 +288,10 @@ in
- true
- false
os:
- macos-12
- macos-13
- ubuntu-20.04
- macos-14
- ubuntu-22.04
- ubuntu-24.04
runs-on: ''${{ matrix.os }}
steps:
- name: Checkout this repo
Expand Down

0 comments on commit 741e8fd

Please sign in to comment.