Skip to content

Commit 02767e0

Browse files
committed
Move CI to new file system
1 parent b102f1f commit 02767e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
agents:
2-
queue: new-central
2+
queue: central
33
modules: climacommon/2024_03_18
44

55
env:

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: julia-actions/setup-julia@v2
2424
with:
25-
version: "1"
25+
version: "1.11"
2626
- name: Cache artifacts
2727
uses: actions/cache@v4
2828
env:

0 commit comments

Comments
 (0)