Skip to content

Commit 47cbff5

Browse files
authored
Update CI (#2183)
* Remove .dev Use community-wide tools instead * Update actions to use ubuntu 24.04 Ubuntu 20.04 is now deprecated and will be phased out soon
1 parent f430eb8 commit 47cbff5

17 files changed

+11
-212
lines changed

.dev/Project.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.dev/clima_formatter_default_image.jl

Lines changed: 0 additions & 35 deletions
This file was deleted.

.dev/clima_formatter_image.jl

Lines changed: 0 additions & 33 deletions
This file was deleted.

.dev/climaformat.jl

Lines changed: 0 additions & 83 deletions
This file was deleted.

.dev/precompile.jl

Lines changed: 0 additions & 5 deletions
This file was deleted.

.dev/up_deps.jl

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/ClimaCoreMakie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lib-climacore-makie:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 45
1818
steps:
1919
- name: Checkout

.github/workflows/ClimaCorePlots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lib-climacore-plots:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 30
1818
steps:
1919
- name: Checkout

.github/workflows/ClimaCoreSpectra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lib-climacore-spectra:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 30
1818
steps:
1919
- name: Checkout

.github/workflows/ClimaCoreTempestRemap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
lib-climacore-tempestremap:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 30
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)