Skip to content

Commit 706438f

Browse files
committed
[workflows] Update CI to test release_18x, and stop testing release_16x
Also switch to the new name for the Ubuntu container we use for ARM64 testing.
1 parent c7dc57c commit 706438f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_flang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
target: [X86]
2323
cc: [clang]
2424
version: [14, 15]
25-
llvm_branch: [release_16x, release_17x]
25+
llvm_branch: [release_17x, release_18x]
2626
include:
2727
- target: X86
2828
cc: gcc
2929
version: 12
30-
llvm_branch: release_16x
30+
llvm_branch: release_17x
3131
- target: X86
3232
cc: gcc
3333
version: 12
34-
llvm_branch: release_17x
34+
llvm_branch: release_18x
3535

3636
steps:
3737
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it

.github/workflows/build_flang_arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
build_path: /home/github
2121
install_prefix: /home/github/usr/local
2222
container:
23-
image: ghcr.io/${{ github.repository_owner}}/ubuntu20-flang-${{ matrix.llvm_branch }}:latest
23+
image: ghcr.io/${{ github.repository_owner}}/ubuntu-flang-${{ matrix.llvm_branch }}:latest
2424
credentials:
2525
username: github
2626
strategy:
2727
matrix:
2828
target: [AArch64]
29-
llvm_branch: [release_16x, release_17x]
29+
llvm_branch: [release_17x, release_18x]
3030

3131
steps:
3232
- name: Check tools

.github/workflows/build_flang_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os:
2121
- windows-latest
2222
# - self-hosted
23-
llvm_branch: [release_16x, release_17x]
23+
llvm_branch: [release_17x, release_18x]
2424
include:
2525
- os: windows-latest
2626
arch: amd64

0 commit comments

Comments
 (0)