Skip to content

Commit

Permalink
[workflows] Update CI to test release_18x, and stop testing release_16x
Browse files Browse the repository at this point in the history
Also switch to the new name for the Ubuntu container we use for ARM64 testing.
  • Loading branch information
bryanpkc committed May 15, 2024
1 parent c7dc57c commit cfea0ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
target: [X86]
cc: [clang]
version: [14, 15]
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]
include:
- target: X86
cc: gcc
version: 12
llvm_branch: release_16x
llvm_branch: release_17x
- target: X86
cc: gcc
version: 12
llvm_branch: release_17x
llvm_branch: release_18x

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_flang_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
build_path: /home/github
install_prefix: /home/github/usr/local
container:
image: ghcr.io/${{ github.repository_owner}}/ubuntu20-flang-${{ matrix.llvm_branch }}:latest
image: ghcr.io/${{ github.repository_owner}}/ubuntu-flang-${{ matrix.llvm_branch }}:latest
credentials:
username: github
strategy:
matrix:
target: [AArch64]
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]

steps:
- name: Check tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_flang_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os:
- windows-latest
# - self-hosted
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]
include:
- os: windows-latest
arch: amd64
Expand Down

0 comments on commit cfea0ec

Please sign in to comment.