Skip to content

Commit

Permalink
chore: update os images on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Jul 10, 2024
1 parent 86563cb commit b1f07e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-22.04
shell: bash
- target:
os: macos
builder: macos-12
builder: macos-14-large
shell: bash
- target:
os: windows
builder: windows-2019
builder: windows-2022
shell: msys2 {0}

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
Coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
CICOV: YES
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/daily_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
matrix:
platform:
- os: linux
builder: ubuntu-20
builder: ubuntu-22.04
shell: bash
- os: macos
builder: macos-12
builder: macos-14-large
shell: bash
- os: windows
builder: windows-2019
builder: windows-2022
shell: msys2 {0}
branch: ${{ fromJSON(inputs.nim-branch) }}
cpu: ${{ fromJSON(inputs.cpu) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 20

name: 'Generate & upload documentation'
runs-on: 'ubuntu-20.04'
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
Expand Down

0 comments on commit b1f07e7

Please sign in to comment.