aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/example_toolsets.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/example_toolsets.yml')
-rw-r--r--.github/workflows/example_toolsets.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/example_toolsets.yml b/.github/workflows/example_toolsets.yml
index 4f0f8de..a55c7b7 100644
--- a/.github/workflows/example_toolsets.yml
+++ b/.github/workflows/example_toolsets.yml
@@ -15,13 +15,13 @@ jobs:
example: [simple, static, dynamic]
toolset: [auto, clang, clang-cl, gcc, mingw, msvc]
cygwin: [0, 1]
- os: [ubuntu-18.04, windows-2016, windows-2019]
+ os: [ubuntu-latest, windows-2016, windows-2019]
include:
# Prettier run names.
- {os: windows-2019, name: Windows 2019}
- {os: windows-2016, name: Windows 2016}
- - {os: ubuntu-18.04, name: Ubuntu}
+ - {os: ubuntu-latest, name: Ubuntu}
- {cygwin: 1, name: Cygwin}
# Target platform.
- {example: simple, platform: x64}
@@ -52,9 +52,9 @@ jobs:
symbols: [baz]
exclude:
# Ubuntu: no MSVC/clang-cl/Cygwin.
- - {os: ubuntu-18.04, toolset: msvc}
- - {os: ubuntu-18.04, toolset: clang-cl}
- - {os: ubuntu-18.04, cygwin: 1}
+ - {os: ubuntu-latest, toolset: msvc}
+ - {os: ubuntu-latest, toolset: clang-cl}
+ - {os: ubuntu-latest, cygwin: 1}
# Cygwin: no MSVC/clang-cl.
- {cygwin: 1, toolset: msvc}
- {cygwin: 1, toolset: clang-cl}