diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 161387b0..199670f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,19 +12,16 @@ jobs: - { name: "Ubuntu-gcc", os: ubuntu-latest, - OS: "ubuntu", compiler: "gcc" } - { name: "macOs-clang", os: macos-latest, - OS: "macos", compiler: "clang" } - { name: "Windows-msvc", os: windows-2019, - OS: "win", compiler: "msvc" } steps: diff --git a/tools/profiles/macos_clang_Release_gh.txt b/tools/profiles/macos-latest_clang_Release_gh.txt similarity index 100% rename from tools/profiles/macos_clang_Release_gh.txt rename to tools/profiles/macos-latest_clang_Release_gh.txt diff --git a/tools/profiles/ubuntu_clang_Release_gh.txt b/tools/profiles/ubuntu-latest_clang_Release_gh.txt similarity index 100% rename from tools/profiles/ubuntu_clang_Release_gh.txt rename to tools/profiles/ubuntu-latest_clang_Release_gh.txt diff --git a/tools/profiles/ubuntu_gcc_Release_gh.txt b/tools/profiles/ubuntu-latest_gcc_Release_gh.txt similarity index 100% rename from tools/profiles/ubuntu_gcc_Release_gh.txt rename to tools/profiles/ubuntu-latest_gcc_Release_gh.txt diff --git a/tools/profiles/win_msvc_Release_gh.txt b/tools/profiles/windows-2019_msvc_Release_gh.txt similarity index 100% rename from tools/profiles/win_msvc_Release_gh.txt rename to tools/profiles/windows-2019_msvc_Release_gh.txt