Skip to content

Commit d637dfa

Browse files
committed
Test if gh actions allows simultaneous github and self-hosted runners
1 parent 30d1076 commit d637dfa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/amazon-linux.yml

+12
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ jobs:
6363
name: installers-al2023
6464
path: ${{ github.workspace }}/build/aws-mysql-odbc-*.tar.gz
6565
if-no-files-found: error
66+
67+
dummy-mac-workflow:
68+
name: macOS
69+
runs-on: macos-13
70+
env:
71+
CMAKE_GENERATOR: Unix Makefiles
72+
ODBC_DM_INCLUDES: /usr/local/include
73+
steps:
74+
- name: Checkout source code
75+
uses: actions/checkout@v4
76+
- name: Hello world
77+
run: echo 'Hello World!'

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1189,4 +1189,4 @@ if(BUNDLE_DEPENDENCIES)
11891189
endif(BUNDLE_DEPENDENCIES)
11901190

11911191

1192-
INCLUDE(CPack)
1192+
INCLUDE(CPack)

0 commit comments

Comments
 (0)